## Examples
```
<ModalDialog title="Alert ModalDialog" type="alert">
This is the alert message. It will automatically be wrapped in a paragraph tag.
<ModalActions>
<Button>Cancel</Button>
<PrimaryButton>Okay</PrimaryButton>
</ModalActions>
</ModalDialog>
```