Skip to content

gokulkrishh/notify.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notify

Very simple notification plugin written using vanilla javascript.

Example

Size: 1.6KB, after gzip 322 bytes

USAGE

  
  notify.show('your message', 'status', time); //time in milliseconds, status success, error

  //Example: success message
  notify.show('Hello World', 'success'); //time is optional, default is 3 seconds

  //Example: error message
  notify.show('Hello World', 'error', 3000);

Contribution

Do anything you want with this plugin.

Thanks!!

Author

Gokulakrishnan

Follow me

alt text alt text alt text alt text

License

MIT

About

A simple notification plugin written using vanilla javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors