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