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