cmdk Command props
A command palette container
Built on the cmdk library. Provides a searchable command menu with keyboard navigation. Use with CommandInput, CommandList, CommandGroup, and CommandItem for a complete command palette.
<Command>
<CommandInput placeholder="Search..." />
<CommandList>
<CommandGroup heading="Actions">
<CommandItem>Action 1</CommandItem>
<CommandItem>Action 2</CommandItem>
</CommandGroup>
</CommandList>
</Command>
Root command palette component.