Search documentation, components, and switch theme.
A combobox with search built on Command and Popover.
npx shadcn@latest add @formance/combobox
npm install lucide-react
import { Combobox } from '@/components/ui/combobox'
<Combobox groups={[ { label: 'Main Ledger', value: 'main-ledger' }, { label: 'Test Ledger', value: 'test-ledger' }, ]} label="Select ledger" placeholder="Search ledgers..." />