About the salte-dialog category

salte-dialog:
[ This description is mirrored from README.md at github.com/salte-io/salte-dialog on 2019-05-22 ]

Gitter
Published on webcomponents.org
Build status

<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>