Bootstrap UI Helper
Bootstrap style UI helpers engine
Requirement
- 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/)
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
- Fork it ( https://github.com/[my-github-username]/bootstrap_ui_helper/fork )
- 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 a new Pull Request