Organism
Drawer
A organism component from the MADT registry.
Installation
bash
npx shadcn@latest add @madt/drawerUsage
tsx
import { Drawer } from "@/components/ui/organisms/drawer.tsx";
export default function Example() {
return <Drawer />;
}A organism component from the MADT registry.
npx shadcn@latest add @madt/drawerimport { Drawer } from "@/components/ui/organisms/drawer.tsx";
export default function Example() {
return <Drawer />;
}