Components · Form Controls
Command-palette style searchable dropdown built on cmdk.
import { Combobox } from '@nexub/react';| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| Combobox.Root | compound | — | — | Root cmdk command container. |
| Combobox.Input | compound | — | — | Search input that filters the list. |
| Combobox.List | compound | — | — | Scrollable list container for groups and items. |
| Combobox.Group | compound | — | — | Labeled group of items within the list. |
| Combobox.Item | compound | — | — | Individual selectable option. |
| Combobox.Empty | compound | — | — | Content shown when no items match the search query. |
| Combobox.Separator | compound | — | — | Visual separator between groups or items. |