Fast, composable command menu for React. Perfect for search, quick actions, and Cmd+K interfaces.
pnpm dlx shadcn@latest add @saturation/command
import { Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, } from "@/components/ui/command"
<Command> <CommandInput placeholder="Type a command or search..." /> <CommandList> <CommandEmpty>No results found.</CommandEmpty> <CommandGroup heading="Suggestions"> <CommandItem>Calendar</CommandItem> <CommandItem>Search</CommandItem> </CommandGroup> </CommandList> </Command>
children
React.ReactNode
On This Page
Search for a command to run...