Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polonel/snackbar
Google Material Design Inspired SnackBar Plugin
https://github.com/polonel/snackbar
Last synced: 5 days 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-31T17:28:51.000Z (about 3 years ago)
- Last Synced: 2024-12-14T02:06:19.591Z (12 days ago)
- Language: JavaScript
- Homepage: http://www.polonel.com/snackbar
- Size: 222 KB
- Stars: 240
- Watchers: 7
- Forks: 35
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![SnackBar](http://www.polonel.com/snackbar/logo_large.png)](http://www.polonel.com/snackbar)
A notification toast inspired by Google Material Design.
[![](https://data.jsdelivr.com/v1/package/npm/node-snackbar/badge)](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).