Components
Loading preview...
Display a dropdown list of items.
@shugar
npx shadcn@latest add https://21st.dev/r/shugar/select-1import { Select } from "@/components/ui/select-1";
export default function DisabledDemo() {
return <Select label="My label" placeholder="With label" />;
}