An alternate Javascript library to show awesome alerts on your app It can be used either by CDN or by NPM. CDNs are available in raw as well as minified version.
$ npm install swalt
import swalt from 'swalt';
swalt("Hello world!");
swalt("Hello world!");
swalt("Hello World", {
mode: "dark"
});
swalt("Hello World", {
showIcon: true
});
swalt("Hello World", {
title: "My Title"
});
swalt("Hello World", {
input: true
});
See CONTRIBUTING.md to learn about contribution for swalt.
This project is licensed under the MIT License, see the LICENSE.md file for details.