Skip to content

dalholm/vue-product-slider

Repository files navigation

vue-product-slider


Goals

  • Create a simple easy to use product thumbnail slider
  • Create a simple and easy to use product card slider
  • Mobile friendly with touch / swipe function

Table of contents

Demo

Live Demo

Installation

Install the plugin:

npm install --save vue-product-slider

Use the plugin in your app:

import Vue from 'vue'
import VueProductSlider from 'vue-product-slider'

Vue.use(VueProductSlider)

You can also import the components on-demand, if you wish to do so:

import { VueProductSlider } from 'vue-product-slider'

export default {
  components: {
      VueProductSlider,
  }
  ...
}

About

A simple product thumbnail slider and a product card slider

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published