Skip to content

ltSites/spree_simple_slider

Repository files navigation

Spree Simple Slider

Spree extension with Slick slider integration

Installation

  1. Add this extension to your Gemfile with this line:
gem 'spree_simple_slider', github: 'ltSites/spree_simple_slider'
  1. Install the gem using Bundler:
bundle install
  1. Copy & run migrations
bundle exec rails g spree_simple_slider:install
  1. Restart your server

If your server was running, restart it so that it can find the assets properly.

Add slider to view

Insert it to your spree view

<%= itsites_simple_slider %>

Testing

Tested at Spree 3.6