Sheet
Extends the Dialog component to display content that complements the main content of the screen.
Installation
pnpm dlx shadcn@latest add sheetUsage
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.