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
- Host: GitHub
- URL: https://github.com/innovatorved/node-notify
- Owner: innovatorved
- Created: 2022-04-08T17:58:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T11:41:13.000Z (over 3 years ago)
- Last Synced: 2025-04-05T21:12:14.375Z (6 months ago)
- Language: CSS
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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",
};
```