Bootstrap3Mootools
A gem file allowing to use the basics of twitter bootstrap 3 with mootools in secondes.
This allow the following elements to work :
- Alert
- Modal
- Tabs
- DropDown
- Tooltip
- Popover
Installation
Add this line to your application's Gemfile:
gem 'bootstrap3_mootools'
And then execute:
$ bundle
Or install it yourself as:
$ gem install bootstrap3_mootools
Usage
Dependency : "railties", "~> 4.1"
Add to your Gemfile
gem "bootstrap3_mootools"
Then bundle install and add to app/assets/javascripts/application.js
//= require bootstrap3_mootools
That's it. Your Bootstrap 3 components do not need JQuery any more.
Contributing
- Fork it ( https://github.com/[my-github-username]/bootstrap3_mootools/fork )
- 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 a new Pull Request