--- title: Alert Dialog description: A modal dialog that interrupts the user with important content and expects a response. source: apps/www/src/lib/registry/default/ui/alert-dialog primitive: https://www.radix-vue.com/components/alert-dialog.html --- ## Installation ```bash npx shadcn-vue@latest add alert-dialog ``` ## Usage ```vue ```