A notification toast inspired by Google Material Design.
Installing Snackbar is as easy as...
bower install snackbaror maybe you wish to use NPM...
npm install node-snackbarand if that doesn't float you, you can always download the CSS and JS files...
<script type="text/javascript" src="dist/snackbar.min.js"></script>
<link rel="stylesheet" type="text/css" href="dist/snackbar.min.css" />Checkout the Demo page.
