Skip to main content

Variable: CommandGroup

@arolariu/components


@arolariu/components / CommandGroup

Variable: CommandGroup

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

ARIA Group Role

// was this page useful?