Sheet

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

Preview

Installation

Install the package using your preferred package manager:

npx shadcn@latest add @airy/sheet

Usage

Import the component from the package:

import { Sheet } from "@/registry/ui/sheet"

Then use it in your application:

<Sheet />

Examples

Default