Skip to main content

Variable: CommandList

@arolariu/components


@arolariu/components / CommandList

Variable: CommandList

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

Example

<CommandList>
<CommandItem>Settings</CommandItem>
</CommandList>

See

ARIA Listbox Role

// was this page useful?