- Home - Components - Sheet # Sheet Extends the Dialog component to display content that complements the main content of the screen. ## Props ### Sheet Prop Type Default Description ...Radix props ComponentProps - All Radix Dialog root props ### SheetContent Prop Type Default Description side 'top' | 'right' | 'bottom' | 'left' 'right' Which edge to slide from ...Radix props ComponentProps - All Radix content props Other parts (SheetTrigger, SheetClose, SheetHeader, SheetFooter, SheetTitle, SheetDescription) are styled wrappers around Radix components. ### Example ``` Title Optional description ``` ## Usage ``` { e.preventDefault(); }}> Edit profile Make changes to your profile here. Click save when you're done.
```