Alert Dialog

A modal that forces an explicit choice. Escape and overlay click are disabled — the user must press Cancel or the action button.

Basic

AlertDialog forces an explicit choice — Escape and overlay click are disabled. The user must press Cancel or the action button to dismiss.

With callback

onClick on the action child fires before the dialog closes.

Controlled

Manage open state externally with open and onOpenChange.