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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request