Skip to content

Modal - Web Component

The Modal component can be used imported from:

Playground

Parameters

...

Events

This component has events. Check the documentation about how to use the events.

NamePayloadDescription
changebooleanReturns 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.

Open modal

Click the to close the modal.

Browser support

Detected engine:  

  • Chromium

  • Webkit

  • Gecko

HTML Examples

CodeSandbox example