1.0.1 • Published 6 years ago

sweetalert2-polymer v1.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

<sweet-alert> - a Polymer wrapper for SweetAlert2

Build Status Bower version npm version Published on webcomponents.org Polymer 2 only

Live demo ↗

<sweet-alert title="Oops..." text="Something went wrong!" type="error"></sweet-alert>

<script>
  document.querySelector('sweet-alert').open()
</script>

Installation

bower install --save sweetalert2-polymer

Usage

<link rel="import" href="bower_components/sweet-alert/sweet-alert.html">

<sweet-alert type="success" title="Awesome"></sweet-alert>
1.0.1

6 years ago

1.0.0

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago