Back to Components
Components
Combobox
Searchable dropdown with keyboard navigation, clear button, and empty state handling.
Dependencies
- clsx
- tailwind-merge
Files
- components/ui/combobox.tsx
Installation
Using shadcn CLI
npx shadcn add combobox --url https://ui.hampton.ioManual installation
Copy the component file to your project and install dependencies:
npm install clsx tailwind-merge