Bootstrap style UI helpers engine
- Rails 3.0+
- Bootstrap v3.0+ (http://getbootstrap.com/)
- Font Awesome v4.4.0 (https://fortawesome.github.io/Font-Awesome/)
- jQuery 1.7+ (http://jquery.com/download/)
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
Please proceed to http://sen-zhang.github.io/#/articles/bootstrap_ui_helper for more details and examples on how to use the helpers.