Twitter::Bootstrap::Components::Rails

Short description and motivation.

Usage

Add the helper to your application controller.

Bootstrap v3

class ApplicationController < ActionController::Base
  helper Twitter::Bootstrap::Components::Rails::V3::ComponentsHelper
end

Bootstrap v4

class ApplicationController < ActionController::Base
  helper Twitter::Bootstrap::Components::Rails::V4::ComponentsHelper
end

Installation

Add this line to your application's Gemfile:

gem 'twitter-bootstrap-components-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install twitter-bootstrap-components-rails

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.