Dialog
A dialog that can be used to show a message to the user, or get information from the user.
Dialogs are typically shown within a Modal or Popover.
See the WAI ARIA guidelines for Dialogs.
Structure
<Dialog>
<DialogHeader /> (optional)
<DialogBody /> (optional)
<DialogFooter> (optional)
<DialogButton /> (optional)
</DialogFooter>
</Dialog>