Alert Dialog
A modal dialog that interrupts the user to confirm a critical action.
Usage
tsx
import { AlertDialog } from "@/components/ui/alert-dialog";
<Alert Dialog size="default">...</Alert Dialog>Alert Dialog Controls
size
Examples
Destructive Action
Small Size
Installation
Install
$ pnpm dlx shadcn@latest add @perimeter/alert-dialog