Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages