A reusable component for combo-box dropdown
Loading preview...
import { ComboBox } from "@/components/ui/combo-box"; export default function DemoOne() { return <ComboBox />; }