Skip to main content

Variable: CommandInput

@arolariu/components


@arolariu/components / CommandInput

Variable: CommandInput

const CommandInput: 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

ARIA Combobox Role

// was this page useful?