Dialog

A window overlaid on either the primary window or another dialog window, rendering the content underneath inert.

Preview

Installation

Install the package using your preferred package manager:

npx shadcn@latest add @airy/dialog

Usage

Import the component from the package:

import { Dialog } from "@/registry/ui/dialog"

Then use it in your application:

<Dialog />

Examples

Default