Skip to content
Xavier Julián edited this page Dec 16, 2015 · 3 revisions

A dialog component is a lightbox on the top of the content. Is commonly used for advances options of a feature.

<polymux-dialog display="visible" message="My message"></polymux-dialog>

A polymux-dialog component can accept two properties:

  • Message (optional): We can set a default title message
  • Display (optional): If set to visible it will show the notification message on page load.

Loading polymux-dialog from other components

A dialog component can be toggled from other components. It can receive notifications. This component accept the following parameters:

Notify-message: The message displayed in the notification.

Clone this wiki locally