https://github.com/polonel/snackbar
Google Material Design Inspired SnackBar Plugin
https://github.com/polonel/snackbar
Last synced: 3 months ago
JSON representation
Google Material Design Inspired SnackBar Plugin
- Host: GitHub
- URL: https://github.com/polonel/snackbar
- Owner: polonel
- License: mit
- Created: 2016-02-02T07:08:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-31T17:28:51.000Z (over 3 years ago)
- Last Synced: 2025-03-28T17:05:18.838Z (4 months ago)
- Language: JavaScript
- Homepage: http://www.polonel.com/snackbar
- Size: 222 KB
- Stars: 240
- Watchers: 6
- Forks: 35
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://www.polonel.com/snackbar)
A notification toast inspired by Google Material Design.
[](https://www.jsdelivr.com/package/npm/node-snackbar)
Getting Started
---------------Installing Snackbar is as easy as...
```bash
bower install snackbar
```
or maybe you wish to use NPM...```bash
npm install node-snackbar
```
and if that doesn't float you, you can always download and implement the CSS and JS files...
```html```
or via [CDN](https://www.jsdelivr.com/package/npm/node-snackbar?path=dist)...
```html```
Development
---------------In order to contribute to the development of this library you will need [grunt](https://gruntjs.com/)
```bash
npm install -g grunt
```The files that are going to be edited are in the `src/` folder.
After making changes, you'll need to build the dist files by running```bash
grunt build
```The minified files will be in the `dist/` folder. Those files are the ones used
on the demo html, so simply reload the page and your changes should be visible.Happy contributing!
Examples
--------
Checkout the [demo page](http://www.polonel.com/snackbar).