--- title: Sheet description: Extends the Dialog component to display content that complements the main content of the screen. author: name: imskyleen url: https://github.com/imskyleen --- ## Installation ## Usage ```tsx Open Sheet Title Description

Sheet Content

``` ## Props ### Radix UI
### Shadcn UI
### Animate UI props #### SheetContent ## Credits - We use [Radix UI](https://www.radix-ui.com/primitives/docs/components/dialog) for the sheet component. - We take our inspiration from [Shadcn UI](https://ui.shadcn.com/docs/components/sheet) for the sheet style.