soloalert

1.1.10 • Public • Published

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

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

and

https://soloalert.js.org/

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i soloalert

      Weekly Downloads

      22

      Version

      1.1.10

      License

      MIT

      Unpacked Size

      341 kB

      Total Files

      16

      Last publish

      Collaborators

      • arnavkr