Dialog Component
A modal dialog that interrupts the user with important content and expects a response.
Basic Dialog
A simple dialog with form elements for editing user information.
Dialog with Close Button
A dialog with an explicit close button in the footer.
Close Button Control
Use the showCloseButton prop on DialogContent to show/hide the close button. Use showCloseButton on DialogFooter to add a close button in the footer.
Dialog with Custom Width
A larger dialog with custom width for more complex forms.