- Docs
- Dialog
Dialog
A dialog is an overlay shown above other content in an application.
Preview
Code
Loading...
Installation
CLI
Manual
npx shadcn-ui@latest add dialog
Usage
Basic
Preview
Code
Loading...
Alert dialog
Set isDismissable
to false on the DialogOverlay component and set the role on DialogContent to alertdialog
Preview
Code
Loading...
Sheet
Preview
Code
Loading...
Custom close button
Preview
Code
Loading...