toasterjss
v1.0.1
Published
Zero-dependency library for Gnome/Growl like non-blocking notifications with a minimalistic design and simple API.
Downloads
3
Readme
Features
Demos
Example
API
This section provides documentation on how each function in toasterjs
works.
toast = new toasterjs(opts)
Initialize a new toast
. Takes an optional object of options.
Hey, aren't there other "toast" notification libraries out there?
Yup, however, I found that most growl/gnome like notification libraries out there either had unnecessary dependencies or had bad decisions in styles and functionality. I needed something simple that would just work out of this box without having to define any markup.
Is it production ready?
Not yet.
Browser Test Status
Installation
$ npm install toasterjss