Sha256: ec43ced622ef096eff6efd54ce09ec9ba47a215444feebdf4409275aea476be7
Contents?: true
Size: 1.38 KB
Versions: 9
Compression:
Stored size: 1.38 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.__ ![mb.extruder](http://pupunzi.com/gitHubImg/mb.extruder.jpg) ## [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.all #### Javascript You will need to add global jquery_mb_extruder object in your application.js: //= require jquery_mb_extruder.all #### 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
9 entries across 9 versions & 1 rubygems