Bootstrap3::Wip::Rails
TODO: Write a gem description
Installation
Add this line to your application's Gemfile:
gem 'bootstrap3-wip-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install bootstrap3-wip-rails
Usage
In application.css:
*= require bootstrap
In application.js:
//= require bootstrap
Or if you prefer loading modules explicitly, choose from the following:
//= require bootstrap-affix.js
//= require bootstrap-alert.js
//= require bootstrap-button.js
//= require bootstrap-carousel.js
//= require bootstrap-collapse.js
//= require bootstrap-dropdown.js
//= require bootstrap-modal.js
//= require bootstrap-tooltip.js //= require bootstrap-popover.js
//= require bootstrap-scrollspy.js
//= require bootstrap-tab.js
//= require bootstrap-transition.js //= require bootstrap-typeahead.js
Contributing
- Fork it
- 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 new Pull Request