jquery-unslider-rails
jQuery Unslider plugin for jQuery, written by Visual Idiot, packaged for the Rails asset pipeline.
Usage
This gem ships with with a minified version of the library. Feel free to use either of the following:
//= require jquery-unslider
//= require jquery-unslider.min
If you'd like to use the provided CSS:
@import 'jquery-unslider';
@import 'jquery-unslider-dots'; // optional dot indicator styles
Disclaimer
This repo is a Rails gem package. All issues with the library should be reported on the library's GitHub page. This repo will be updated each time a new version of the library is released.