Skip to content

arnav-kr/soloalert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoloAlert

soloAlert Logo

A customizable lightweight Alert Library with Material UI and awesome features.

view soloalert on npm : https://www.npmjs.com/soloalert

Installation via npm

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

Installating via CDN

CDN script:

<script src="https://unpkg.com/soloalert"></script>

Usage Docs:

The Usage Docs are Provided at the github page

and