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

Latest commit

 

History

History
44 lines (39 loc) · 1.49 KB

README.md

File metadata and controls

44 lines (39 loc) · 1.49 KB

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>