Command Menu
Navigation
A command palette with search filtering, grouped items, keyboard navigation, match highlighting, and shortcut badges.
Loading preview...
Customize
Placeholder
Empty Message
Props
| Prop | Type | Default | Description |
|---|---|---|---|
items | CommandItem[] | — | Array of command items ({ id, label, icon?, shortcut?, onSelect, group? }). |
placeholder | string | 'Type a command or search...' | Placeholder text for the search input. |
emptyMessage | string | 'No results found.' | Message shown when no items match the query. |
className | string | '' | Additional CSS classes. |