Sha256: f7d4c28119e439552926fc961124abb30e290fa483c7bfb960c64a75d35f2b41
Contents?: true
Size: 1.37 KB
Versions: 2
Compression:
Stored size: 1.37 KB
Contents
# JQuery MB Extruder - Rails Gem This is a Rails gem that will install the [JQuery MB Extruder](http://pupunzi.com/#mb.components/mb.extruder/extruder.html) in your application. ## Installation Add this line to your application's Gemfile: gem 'jquery_mb_extruder' And then execute: $ bundle install Or install it yourself as: $ gem install jquery_mb_extruder ## Usage # mb.extruder.readme __An open source jQuery component to easily build a top or left sliding panel.__  ## [go to the demo](http://pupunzi.com/#mb.components/mb.extruder/extruder.html) ## [go to the doc](http://wiki.github.com/pupunzi/jquery.mb.extruder/) ## [go to the blog](http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-extruder/) [jquery.mb.components](http://pupunzi.com/), another way of thinking the web #### CSS Add this line at the end of your application.css *= require jquery_mb_extruder #### Javascript You will need to add global jquery_mb_extruder object in your application.js: //= require jquery_mb_extruder #### Thanks Thanks to the makers of mb.extruder! Scy0846 ## 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 |
---|---|
jquery_mb_extruder-0.0.2 | README.md |
jquery_mb_extruder-0.0.1 | README.md |