Add a slider to the homepage of your spree site
To install, add spree_slider to your Gemfile
and run `bundle install`:
gem 'spree_slider'
This extension uses two sliders plugins: Nivo and Anything slider
Depending on which plugin you want to install, run the following command:
rails generate spree_slider:install_anything
rails generate spree_slider:install_nivo
The slider is almost unstyled. To customize you have to add your own css and
eventually modify the partial copied into your app folder:
app/views/shared/_slider.html.erb
To add dynamic content, go to the spree admin section, under ‘Configuration’
and find the Spree Slider menu.
Copyright © 2012 R.S.A. released under the New BSD License