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

https://github.com/innovatorved/node-notify

Notification Library on webpage @developmentStage
https://github.com/innovatorved/node-notify

Last synced: about 2 months ago
JSON representation

Notification Library on webpage @developmentStage

Awesome Lists containing this project

README

          

![Logo](https://raw.githubusercontent.com/innovatorved/node-notify/master/info.svg)
# notify
Notification Library for Frontend application

```javascript
const DEFAULT_NOTIFY_OPTIONS = {
text: "Your Message",
position: "bottom-right",
autoClose: 2000,
onClose: () => {},
canClose: true,
showProgress: true,
backGroundColor: "white",
progressBarColor: "#616a6b",
type: "default",
};
```