A reusable component for combo-box dropdown
npx shadcn@latest add https://21st.dev/r/avanishverma4/combo-box
Loading preview...
import { ComboBox } from "@/components/ui/combo-box"; export default function DemoOne() { return <ComboBox />; }