Organism
Sheet
A organism component from the MADT registry.
Installation
bash
npx shadcn@latest add @madt/sheetDependencies
This component depends on the following registry items:
button
Usage
tsx
import { Sheet } from "@/components/ui/organisms/sheet.tsx";
export default function Example() {
return <Sheet />;
}