Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ltsites/spree_simple_slider

Spree simple slick slider
https://github.com/ltsites/spree_simple_slider

rails rails-api rails-application rails-gem ruby-on-rails spree spree-ecommerce spree-extension spree-slick-slider spree-slider spreecommerce

Last synced: 7 days ago
JSON representation

Spree simple slick slider

Awesome Lists containing this project

README

        

# Spree Simple Slider

Spree extension with Slick slider integration

## Installation

1. Add this extension to your Gemfile with this line:
```ruby
gem 'spree_simple_slider', github: 'ltSites/spree_simple_slider'
```

2. Install the gem using Bundler:
```ruby
bundle install
```

3. Copy & run migrations
```ruby
bundle exec rails g spree_simple_slider:install
```

4. 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
```shell
<%= itsites_simple_slider %>
```

## Testing

Tested at Spree 3.6