GeoModal Ready 7.3.0+
GeoModal is a generic component designed to block user interaction with
underlying UI while forcing them to focus attention in modal's child
component.
Use it together with GeoBorderedBox to offer a modal window experience.
Properties
| Prop name | Type | Default value | Description |
|---|---|---|---|
attachTo
| null | | Show description |
headerIcon
| array | Show description | |
headerCloseIcon
| array | | Show description |
Events
| Name | Type | Description |
|---|---|---|
click-backdrop |
MouseEvent
| User clicked on backdrop |
close |
MouseEvent
| User clicked close icon |
Slots
| Name | Description |
|---|---|
default | Use this slot to customize modal content. If you want to display a |
header | Use this slot to customize |
body | Use this slot to customize |
footer | Use this slot to customize |
Constants
This component has no exported constants.