Loading preview...
Here is Combobox component
@anubra266
npx shadcn@latest add https://21st.dev/r/anubra266/combobox
import BasicCombobox from "@/components/ui/combobox"; export default function DemoOne() { return <BasicCombobox />; }