SAEL

Sheet

Extends the Dialog component to display content that complements the main content of the screen.

Made by imskyleen
Loading...

Installation

Usage

<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>

Props

Radix UI

Shadcn UI

Animate UI props

SheetContent

Prop

Type

Credits

  • We use Radix UI for the sheet component.
  • We take our inspiration from Shadcn UI for the sheet style.

On this page