Alert Dialog

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

The AlertDialog component displays a modal dialog that interrupts the user with important content and expects a response. It includes an overlay backdrop, supports keyboard navigation (Escape to close), and provides subcomponents for title, description, and action buttons. Built from scratch using React and native HTML elements. No UI library dependencies.

Quick Install

Install via shadcn/ui CLI

Examples