Sheet
Extends the Dialog component to display content that complements the main content of the screen.
Made by imskyleenLoading...
Installation
Usage
Props
Radix UI
Shadcn UI
Animate UI props
SheetContent
Prop
Type
Extends the Dialog component to display content that complements the main content of the screen.
Made by imskyleen<Sheet>
<SheetTrigger>Open Sheet</SheetTrigger>
<SheetContent>
<SheetHeader>
<SheetTitle>Title</SheetTitle>
<SheetDescription>Description</SheetDescription>
</SheetHeader>
<p>Sheet Content</p>
<SheetFooter>
<button>Close</button>
</SheetFooter>
</SheetContent>
</Sheet>Prop
Type