Skip to content

easy to use notifications for web application using notipie.js, only 1.4kb for this magic. Save time and space.

License

Notifications You must be signed in to change notification settings

nikhilknoldus/notipieJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notipieJs



easy to use notifications for web application using notipie.js, only 1.4kb for this magic. Save time and space.

npm install

npm install notipiejs

Usage Example

 <script>
    
    //success example
    notipie.display('Successful', 'success', 3000);

    //error example 
    notipie.display('Errors', 'error', 5000);

    //warning example
    notipie.display('Warning', 'warning', 8000);

    //info example
    notipie.display('Information', 'info', 10000);
    
  </script>

Sample Output

Messages are fading after given time (milliseconds)

notipiejsgif


![notipiejs](https://cloud.githubusercontent.com/assets/10805658/21602507/a744e2c6-d1ba-11e6-92bb-5839432fe82e.png)

Lisense MIT License

About

easy to use notifications for web application using notipie.js, only 1.4kb for this magic. Save time and space.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published