https://github.com/maritzstl/mtz-sweet-alert
A Polymer 1.x wrapper for SweetAlert2
https://github.com/maritzstl/mtz-sweet-alert
Last synced: 4 months ago
JSON representation
A Polymer 1.x wrapper for SweetAlert2
- Host: GitHub
- URL: https://github.com/maritzstl/mtz-sweet-alert
- Owner: MaritzSTL
- License: mit
- Created: 2018-04-14T01:13:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T16:09:57.000Z (about 8 years ago)
- Last Synced: 2025-07-26T23:44:56.573Z (11 months ago)
- Language: HTML
- Homepage: https://sweetalert2.github.io/sweetalert2-polymer/components/sweet-alert/#/elements/sweet-alert/demos/demo/index.html
- Size: 2.95 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `` - a Polymer 1.x wrapper for [SweetAlert2](https://github.com/sweetalert2/sweetalert2)
```html
document.querySelector('mtz-sweet-alert').open()
```
# Installation
```bash
bower install --save MaritzSTL/mtz-sweet-alert
```
# Usage
```html