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