Image module for the notific8 JavaScript plug-in. This plug-in adds a button to close all notifications if more than one are open at a time.
$ bower install notific8-closeall --save
$ npm install notific8-closeall --save
An interactive demo page can be found in the root directory. It can be launched by running npm start demo
after installing the node modules required for development.
Currently supported and testing:
- Chrome
- Firefox
- Safari (Mac only)
- IE 10+
- Edge
While not tested, this plug-in should work on Opera versions released after the rewrite on the Blink rendering engine.
As a rule of thumb, only the most recent plus one version older of a browser is supported unless marked otherwise. While it may work in IE8 and IE9, notific8 will not be tested or officially supported in legacy browsers such as versions of IE older than 10.
The styles are written in Scss format and available in the src/sass
directory. Development will continue in Scss only - please do not open issues or pull requests to change the default style format.
When contributing, create a feature branch from develop
. Ensure that all existing tests are still passing. If appropriate, be sure to write new tests. When a pull request is created, ensure that it is requested to go into develop
and not master
.
The notific8 plug-in is released under the BSD license.
(c) 2013-2016 Will Steinmetz