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 buttons-rails

Usage

/*
 *Load button.css
 *= require button
*/

Check out http://alexwolfe.github.io/Buttons/ to learn how to use it.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Credits

Alex Wolfe for this awesome library https://github.com/alexwolfe/Buttons/