A sheet is a component that displays content that slides out from the edge of the screen.
pnpm dlx shadcn@latest add https://shark-ui.vercel.app/r/sheet.jsonimport {
Sheet,
SheetContent,
SheetDescription,
SheetHeader,
SheetTitle,
SheetTrigger
} from "@/components/ui/sheet";<Sheet>
<SheetTrigger>Open</SheetTrigger>
<SheetContent>
<SheetHeader>
<SheetTitle>Sheet Title</SheetTitle>
<SheetDescription>Sheet Description</SheetDescription>
</SheetHeader>
</SheetContent>
</Sheet>pnpm dlx shadcn@latest add https://shark-ui.vercel.app/r/sheet.json