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