A customizable lightweight Alert Library with Material UI and awesome features.
view soloalert on npm : https://www.npmjs.com/soloalert
npm i soloalert
now you can directly use soloalert as a script in your project.
Example:
<script src="/node_modules/soloalert/index.js"></script>
<script>
addEventListener('DOMContentLoaded', function () {
SoloAlert.alert({title: "Welcome!", body: "I am a SoloAlert"});
});
</script>
Advanced Examples can be found in the usage docs below
CDN script:
<script src="https://unpkg.com/soloalert"></script>
The Usage Docs are Provided at the github page
and