/bootstrap_ui_helper

Bootstrap style UI helper engine for Rails

Primary LanguageRubyMIT LicenseMIT

Bootstrap UI Helper

Gitter Code Climate

Bootstrap style UI helpers engine

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.