项目作者: arnav-kr

项目描述 :
A customizable lightweight Alert Library with Material UI and awesome features.
高级语言: JavaScript
项目地址: git://github.com/arnav-kr/soloalert.git
创建时间: 2021-07-24T11:18:53Z
项目社区:https://github.com/arnav-kr/soloalert

开源协议:MIT License

下载


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

  1. npm i soloalert

now you can directly use soloalert as a script in your project.

Example:

  1. <script src="/node_modules/soloalert/index.js"></script>
  2. <script>
  3. addEventListener('DOMContentLoaded', function () {
  4. SoloAlert.alert({title: "Welcome!", body: "I am a SoloAlert"});
  5. });
  6. </script>

Advanced Examples can be found in the usage docs below

Installating via CDN

CDN script:

  1. <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/