Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/arnav-kr/soloalert
- Owner: arnav-kr
- License: mit
- Created: 2021-07-24T11:18:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T08:17:01.000Z (over 1 year ago)
- Last Synced: 2024-10-24T21:35:55.737Z (3 months ago)
- Topics: 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
- Language: JavaScript
- Homepage: https://soloalert.js.org
- Size: 512 KB
- Stars: 23
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SoloAlert
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:
```javascriptaddEventListener('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/