Dialog
A window overlaid on either the primary window or another dialog window, rendering the content underneath inert.
Preview
Installation
Use the CLI to add this component to your project.
Usage
tsx
34 linesCopy
Examples
Simple Dialog
Confirmation Dialog
Components
| Component | Description |
|---|---|
Dialog | The root component that manages dialog state |
DialogTrigger | The button that opens the dialog |
DialogContent | Contains content rendered in the dialog |
DialogHeader | Contains the title and description |
DialogTitle | The title of the dialog |
DialogDescription | The description of the dialog |
DialogFooter | Contains action buttons |