Dialog
A dialog is a type of modal window that appears in front of app content to provide critical information or ask for a decision.
API DocumentationImport
Usage
Default
Props
API Interface: DialogProps
API Interface: DialogCloseProps
API Interface: DialogContentProps
- title
-
string
The title of the dialog.
- closeIcon?
-
ReactNode
The close button.
API Interface: DialogHeaderProps
API Interface: DialogOverlayProps
API Interface: DialogBodyProps
API Interface: DialogFooterProps