- Notifications
You must be signed in to change notification settings - Fork35
Google Material Design Inspired SnackBar Plugin
License
polonel/SnackBar
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A notification toast inspired by Google Material Design.
Installing Snackbar is as easy as...
bower install snackbar
or maybe you wish to use NPM...
npm install node-snackbar
and if that doesn't float you, you can always download and implement the CSS and JS files...
<scripttype="text/javascript"src="dist/snackbar.min.js"></script><linkrel="stylesheet"type="text/css"href="dist/snackbar.min.css"/>
or viaCDN...
<scripttype="text/javascript"src="https://cdn.jsdelivr.net/npm/node-snackbar@latest/src/js/snackbar.min.js"></script><linkrel="stylesheet"type="text/css"href="https://cdn.jsdelivr.net/npm/node-snackbar@latest/dist/snackbar.min.css"/>
In order to contribute to the development of this library you will needgrunt
npm install -g grunt
The files that are going to be edited are in thesrc/ folder.After making changes, you'll need to build the dist files by running
grunt build
The minified files will be in thedist/ folder. Those files are the ones usedon the demo html, so simply reload the page and your changes should be visible.
Happy contributing!
Checkout thedemo page.
About
Google Material Design Inspired SnackBar Plugin
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Contributors8
Uh oh!
There was an error while loading.Please reload this page.
