Command
Command palette primitive powered by cmdk.
No results found.
Install button
Open sidebar docs
Installation
npx shadcn@latest add @gameone/commandRegistry dependencies: gameone-utils, fontawesome-kit
Usage
import {
Command,
CommandEmpty,
CommandGroup,
CommandInput,
CommandItem,
CommandList,
} from "@/components/ui/command"<Command>
<CommandInput placeholder="Search..." />
<CommandList>
<CommandEmpty>No results.</CommandEmpty>
<CommandGroup heading="Actions">
<CommandItem>Action 1</CommandItem>
</CommandGroup>
</CommandList>
</Command>