UNPKG

box-ui-elements-mlh

Version:
12 lines (10 loc) 288 B
## 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> ```