Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).