Buttons::Rails
Version v0.0.3
A wrapper for Buttons Library by https://github.com/alexwolfe/Buttons/
Installation
Add this line to your application's Gemfile:
gem 'buttons-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install -rails
Usage
/*
*Load button.css
*= require button
*/
Check out http://alexwolfe.github.io/Buttons/ to learn how to use it.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Credits
Alex Wolfe for this awesome library https://github.com/alexwolfe/Buttons/