Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.
/ fd-slider-rails Public archive

The fd-slider JavaScripts packaged up for use with the Rails asset pipeline

License

Notifications You must be signed in to change notification settings

marten/fd-slider-rails

Repository files navigation

FdSliderRails

A Rails Engine version of Frequency Decoders’ Unobtrusive Accessible Slider.

I’ve packaged up the PNG-variant, because it seemed simpler.

Installation

In your Gemfile:

group :assets do
  # other stuff
  gem 'fd-slider-rails'
end

Usage

In your application.js:

//= require fd-slider.min

In your application.scss:

@include fd-slider

That’s it. Now all your <input type="range"> controls should come to life in old browsers.

github.com/freqdec/fd-slider

About

The fd-slider JavaScripts packaged up for use with the Rails asset pipeline

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages