1. Docs
  2. Dialog

Dialog

A dialog is an overlay shown above other content in an application.

Loading...

Installation

npx shadcn-ui@latest add dialog

Usage

Basic

Loading...

Alert dialog

Set isDismissable to false on the DialogOverlay component and set the role on DialogContent to alertdialog

Loading...

Sheet

Loading...

Custom close button

Loading...