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