Alert Dialog

A modal dialog that interrupts the user with important content and expects a response.

Preview

Installation

Install the package using your preferred package manager:

npx shadcn@latest add @airy/alert-dialog

Usage

Import the component from the package:

import { AlertDialog } from "@/registry/ui/alert-dialog"

Then use it in your application:

<AlertDialog />

Examples

Default