seba4 / ion.rangeSlider-rails

Ion.RangeSlider. Is an easy, flexible and responsive range slider with tons of options.
MIT License
0 stars 2 forks source link

Ion::RangeSlider::Rails

Version: 2.1.4

Gem for https://github.com/IonDen/ion.rangeSlider for using into rails 4 apps

Installation

Add this line to your application's Gemfile:

gem 'ion.rangeSlider-rails', git: "https://github.com/seba4/ion.rangeSlider-rails.git", tag: "2.1.4"

And then execute:

$ bundle

Or install it yourself as:

$ gem install ion.rangeSlider-rails, git: "https://github.com/seba4/ion.rangeSlider-rails.git", tag: "2.1.4"

Usage

Add require ion.rangeSlider to your application.js file

Add @import ion.rangeSlider to your application.scss file

For diferent template add

@import ion.rangeSlider.skinFlat.css @import ion.rangeSlider.skinHTML5.css @import ion.rangeSlider.skinModern.css @import ion.rangeSlider.skinNice.css @import ion.rangeSlider.skinSimple.css

For PSD for custom design visit https://github.com/IonDen/ion.rangeSlider

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