Molecule
Select
A molecule component from the MADT registry.
Installation
bash
npx shadcn@latest add @madt/selectUsage
tsx
import { Select } from "@/components/ui/molecules/select.tsx";
export default function Example() {
return <Select />;
}A molecule component from the MADT registry.
npx shadcn@latest add @madt/selectimport { Select } from "@/components/ui/molecules/select.tsx";
export default function Example() {
return <Select />;
}