Bootstrap UI Helper

Bootstrap style UI helpers engine

Code Climate

Requirement

Installation

Add this line to your application's Gemfile:

gem 'bootstrap_ui_helper'

And then execute:

$ bundle

Or install it yourself as:

$ gem install bootstrap_ui_helper

In application.js, add the following line:

//= require bootstrap_ui_helper

In application.css, add the following line:

 *= require bootstrap_ui_helper

Usage

Please proceed to http://sen-zhang.github.io/#/articles/bootstrap_ui_helper for more details and examples on how to use the helpers.

Contributing

  1. Fork it ( https://github.com/[my-github-username]/bootstrap_ui_helper/fork )
  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 a new Pull Request