Variable: CommandInput
@arolariu/components / CommandInput
Variable: CommandInput
constCommandInput:ForwardRefExoticComponent<CommandInputProps&RefAttributes<HTMLInputElement>>
Defined in: components/ui/command.tsx:603
Provides the searchable input surface for a command palette.
Remarks
- Renders an
<input>element inside a wrapper<div> - Built on the shared command registry context
Example
<CommandInput placeholder='Search...' />
See
// was this page useful?