Search documentation, components, and switch theme.
A command palette for quick actions and search.
npx shadcn@latest add @formance/command
npm install cmdk lucide-react
import { Command, 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>Ledgers</CommandItem> <CommandItem>Payments</CommandItem> <CommandItem>Wallets</CommandItem> </CommandGroup> </CommandList> </Command>
Press ⌘K
Search for a command to run...