Variable: CommandItem
@arolariu/components / CommandItem
Variable: CommandItem
constCommandItem:ForwardRefExoticComponent<CommandItemProps&RefAttributes<HTMLDivElement>>
Defined in: components/ui/command.tsx:797
Renders a selectable command option with filtering metadata and keyboard support.
Remarks
- Renders a
<div>element withrole="option" - Built on the shared command registry context
Example
<CommandItem keywords={["preferences"]}>Settings</CommandItem>
See
// was this page useful?