Skip to content

Latest commit

 

History

History
59 lines (31 loc) · 1.06 KB

README.md

File metadata and controls

59 lines (31 loc) · 1.06 KB

Ion::RangeSlider::Rails

ion.rangeSlider for Rails

Installation

Add this line to your application's Gemfile:

gem 'ion-rangeSlider-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install ion-rangeSlider-rails

Usage

In your application.js you will need to add this line:

//= require ion.rangeSlider

And in your application.css you will need to add this line:

*= require ion.rangeSlider

And you can choose your favorite skin:

Flat UI Skin

*= require ion.rangeSlider.skinFlat

HTML5 skin

*= require ion.rangeSlider.skinHTML5

Modern skin

*= require ion.rangeSlider.skinModern

Nice white skin

*= require ion.rangeSlider.skinNice

Simple dark skin

*= require ion.rangeSlider.skinSimple

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/inventit/ion-rangeSlider-rails.

License

The gem is available as open source under the terms of the MIT License.