Factory for Good

Sheet

Extends the Dialog component to display content that complements the main content of the screen.

Installation

pnpm dlx shadcn@latest add sheet

Usage

import { Button } from "@/components/ui/button";
import { Sheet, SheetContent, SheetDescription, SheetHeader, SheetTitle, SheetTrigger } from "@/components/ui/sheet";

Extends the Dialog component to display content that complements the main content of the screen.

On this page