Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.
/ salte-dialog Public archive

A material dialog with a few extra conveniences.

Notifications You must be signed in to change notification settings

salte-io/salte-dialog

Repository files navigation

Published on webcomponents.org Build status

Published on Vaadin  Directory Stars on vaadin.com/directory

<salte-dialog>

salte-dialog is an material dialog with a few extra conveniences.

<salte-dialog opened modal>
  <h2>My Header</h2>
  <span>Content</span>
  <div class="buttons">
    <paper-button dialog-dismiss>Cancel</paper-button>
    <paper-button dialog-confirm>Accept</paper-button>
  </div>
</salte-dialog>