Variable: CommandGroup
@arolariu/components / CommandGroup
Variable: CommandGroup
constCommandGroup:ForwardRefExoticComponent<CommandGroupProps&RefAttributes<HTMLDivElement>>
Defined in: components/ui/command.tsx:724
Groups related command items under an optional heading.
Remarks
- Renders a
<div>element - Built on the shared command registry context
Example
<CommandGroup heading='Suggestions'>
<CommandItem>Profile</CommandItem>
</CommandGroup>
See
// was this page useful?