Dialog

A window overlaid on either the primary window or another dialog window.

The Dialog component displays a modal overlay that appears on top of the main content. It includes a backdrop, close button, and supports keyboard navigation (Escape to close). Built from scratch using React and native HTML elements. No dependencies on any UI library.

Quick Install

Install via shadcn/ui CLI

Examples