Overlays
Command
Searchable command palette (cmdk). Pair with CommandDialog for ⌘K UX.
Preview
No matches.
Calendar
Inbox⌘I
Profile
Settings
Import
ts
import { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList } from '@/components/ui/command';Usage
tsx
<Command>
<CommandInput placeholder="Type a command…" />
<CommandList>…</CommandList>
</Command>