Cmd+K overlay panel that supports fully customizable item actions, list filters, and spring animations.
standard paletteProviding power users with keyboard-first navigation shortcuts to jump to files, profiles, or trigger actionscustom searchConstraining input scopes to specific search domains or dashboard page queriesaction triggersExposing utility actions (e.g. settings configs, project switching, clearing cash files) dynamicallyInput search placeholder text
import { Command } from "nexoreui"
<Command />| Prop | Type | Default | Description |
|---|---|---|---|
| items* | CommandItem[] | — | Array of items shown. Contains label, value, icon, and onSelect callback. |
| placeholder | string | "Type a command or search..." | Search input placeholder. |
| open | boolean | false | Active display status of Command Dialog. |
| onOpenChange | (open: boolean) => void | — | Callback trigger when dialog open/close state changes. |
| className | string | — | Additional custom class names. |