Command
Command palette for keyboard navigation
Additional Components Required
This component will also install: dialog
Preview
Press Cmd+K to open command palette
Installation
npx shadcn@latest add @glitchcn/commandUsage
import { Command, CommandInput, CommandList, CommandItem } from "@/components/ui/command"
<Command>
<CommandInput placeholder="Type a command..." />
<CommandList>
<CommandItem>Search</CommandItem>
<CommandItem>Settings</CommandItem>
</CommandList>
</Command>