Skip to content

Integrate ion.rangeSlider assets in your Rails asset pipeline

License

Notifications You must be signed in to change notification settings

inventit/ion.rangeSlider-rails

Repository files navigation

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.

Releases

No releases published

Packages

No packages published