Sha256: 8247ccb728a9e888991aeccece02c43a065a9712d3edd667405821797d05ab6a

Contents?: true

Size: 1.18 KB

Versions: 2

Compression:

Stored size: 1.18 KB

Contents

# 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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bootstrap3-wip-rails-0.1.3 README.md
bootstrap3-wip-rails-0.1.2 README.md