Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Google Material Design Inspired SnackBar Plugin

License

NotificationsYou must be signed in to change notification settings

polonel/SnackBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnackBar

A notification toast inspired by Google Material Design.

Getting Started

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"/>

Development

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!

Examples

Checkout thedemo page.

About

Google Material Design Inspired SnackBar Plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors8


[8]ページ先頭

©2009-2025 Movatter.jp