Back to Components
Inputs
Multi Select
A multi-select dropdown with animated open state and selectable chips.
Dependencies
- clsx
- tailwind-merge
- framer-motion
Files
- components/ui/multi-select.tsx
Installation
Using shadcn CLI
npx shadcn add multi-select --url https://ui.hampton.ioManual installation
Copy the component file to your project and install dependencies:
npm install clsx tailwind-merge framer-motion