Skip to content
Open modal
Modal - Web Component
The Modal component can be used imported from:
Playground
Parameters
The Web component uses the <z-modal>
tag:
By default, all the parameters are optional or can be set in different, except for the ones marked as required
The parametrization of the component can be done with the following custom HTML params:
Name | Type | Description | Slot | A11y |
---|---|---|---|---|
content | string | Content of the modal. | default | |
open | boolean | Whether the modal is open or not. |
Events
This component has events. Check the documentation about how to use the events.
Name | Payload | Description |
---|---|---|
change | boolean | Returns the new value of the "value" attribute |
Parameters use
model
& open
Both attributes are used to control the visibility of the modal. Setting the value to true
will open the modal, and setting it to false
will close it.
Click the
Browser support
Detected engine:
Chromium
Webkit
Gecko