No commit activity in last 3 years
No release in over 3 years
Spree extension with Slick slider
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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