UI.MD

Search documentation

Search for components, guides, and tokens

Alert Dialog

A modal dialog that interrupts with important content and requires a response.

Installation

$
npx shadcn@latest add https://ui.mattdowney.com/r/alert-dialog.json

Usage

import {
  AlertDialog, AlertDialogAction, AlertDialogCancel,
  AlertDialogContent, AlertDialogDescription, AlertDialogFooter,
  AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger,
} from "@/components/ui/alert-dialog"

Examples

Default