Skip to content

yrezehi/Notifloud-frontline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notifloud


enOne-logo

Notifloud is minimal vanilla Javascript library for notifications and toasts

Demo

Installation

NOTE: The library is not ready or full-featured yet.

Toast

  1. Refrence toast.css to your page
  2. Refrence toast.js to your page

Usage

NotifloudToast.success("Success !", "Write success message here");

Notification

  1. Refrence notification.css to your page
  2. Refrence notification.js to your page

Usage

NotifloudNotification.set([{"title": "Followers", "description": "You got 7 new followers!"}]);

TODO

  • Provide configuration interface
  • Dynamic notification data
  • Cleanup code
  • Dynamic positioning of toast and notification
  • NPM package

About

Personal toast + notification center library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published