Here is Combobox component
Loading preview...
import BasicCombobox from "@/components/ui/combobox"; export default function DemoOne() { return <BasicCombobox />; }