No commit activity in last 3 years
No release in over 3 years
Allow the use of common boostrap 3 script with mootools
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0

Runtime

~> 4.1
 Project Readme

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

  1. Fork it ( https://github.com/[my-github-username]/bootstrap3_mootools/fork )
  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 a new Pull Request