| Prop Name | Value | Type | Default Value | Required | Description | 
|---|---|---|---|---|---|
| children | false | Only for demonstration purposes. Default slot, replaces example modal content | |||
| open | boolean | false | If true modal is visible | ||
| as | string | div | false | Tag of modal HTML element | |
| disableClickAway | boolean | false | If true can't close modal when clicking outside of modal | ||
| disableEsc | boolean | false | If true can't modal drawer when using ESC keyboard button |