Organism

Sheet

A organism component from the MADT registry.

Installation

bash
npx shadcn@latest add @madt/sheet

Dependencies

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 />;
}