Command
A searchable command palette for quickly finding and executing actions. Built on cmdk.
Inline
No results found.
Calendar
Profile
Calculator
Settings
Billing
Usage
Use the Command component for search interfaces or command palettes (e.g. triggered by Cmd+K). It provides built-in fuzzy search filtering.
For a floating dialog version, wrap with CommandDialog.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| value | string | — | Controlled search value (on CommandInput) |
| onValueChange | (value: string) => void | — | Callback when search changes (on CommandInput) |
| heading | string | — | Group heading (on CommandGroup) |