Skip to main content

Variable: CommandItem

@arolariu/components


@arolariu/components / CommandItem

Variable: CommandItem

const CommandItem: 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 with role="option"
  • Built on the shared command registry context

Example

<CommandItem keywords={["preferences"]}>Settings</CommandItem>

See

ARIA Option Role

// was this page useful?