SheetBuilds upon the Dialog component to show supplementary content that enhances the main screen's information.Shadcn UIThis component is part of Shadcn UI. Preview Open sheet Usage import { Sheet, SheetContent, SheetDescription, SheetHeader, SheetTitle, SheetTrigger, } from 'vitnode-frontend/components/ui/sheet'; <Sheet> <SheetTrigger>Open</SheetTrigger> <SheetContent> <SheetHeader> <SheetTitle>Are you absolutely sure?</SheetTitle> <SheetDescription> This action cannot be undone. This will permanently delete your account and remove your data from our servers. </SheetDescription> </SheetHeader> </SheetContent> </Sheet> Examples Shadcn UI Sheet - Examples. API Reference Radix UI Dialog.Edit on GitHubPreviousSeparatorNextSkeleton