1.1.10 • Published 3 years ago

soloalert v1.1.10

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

SoloAlert

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

https://arnav-kr.github.io/soloalert/

and

https://soloalert.js.org/

1.1.9

3 years ago

1.1.10

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.0.5

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago