Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

A customizable lightweight Alert Library with Material UI and awesome features.
https://github.com/arnav-kr/soloalert

alert-library alerts customizable customizable-ui dialog dialogs easy-to-use front-end hacktoberfest javascript js material-design material-ui npm popup-dialogs popups soloalert sololearn

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

```bash
npm i soloalert
```
now you can directly use soloalert as a script in your project.

Example:
```javascript

addEventListener('DOMContentLoaded', function () {
SoloAlert.alert({title: "Welcome!", body: "I am a SoloAlert"});
});

```
Advanced Examples can be found in the usage docs below

### Installating via CDN

CDN script:
```html

```

### Usage Docs:

The Usage Docs are Provided at the github page

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

and

#### https://soloalert.js.org/