Variable: CommandList
@arolariu/components / CommandList
Variable: CommandList
constCommandList:ForwardRefExoticComponent<CommandListProps&RefAttributes<HTMLDivElement>>
Defined in: components/ui/command.tsx:660
Renders the listbox container that hosts command items and groups.
Remarks
- Renders a
<div>element withrole="listbox" - Built on the shared command registry context
Example
<CommandList>
<CommandItem>Settings</CommandItem>
</CommandList>
See
// was this page useful?