0.2.2 • Published 7 years ago

@ondrejlohnisky/vue-image-slider v0.2.2

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

image-slider

https://github.com/ondrejlohnisky/vue-image-slider

https://www.npmjs.com/package/@ondrejlohnisky/vue-image-slider

This is my simple library for slideshow based on Vue.js and JQuery required: JQuerry!!

Installation

npm i @ondrejlohnisky/vue-image-slider

Usage

import imageslider from '@ondrejlohnisky/vue-image-slider';
Vue.component('imageslider', imageslider);
<template>
  <imageslider :images="images" :speed="1250" :interval="4250" :arrows="true" :controls="true" :stopOnHover="true" endingType="continue"/>
</template>

Props

PropValueDescriptionDefault
arrowstrue/falseDisplay arrowstrue
controlstrue/falseDispaly controllstrue
imagesarray of objectsObject consist of name,description and srcrequired!
intervalnumber msspeed of the interval5000
speednumber msspeed of the slide1000
endingType'continue'/'rollback'how is the ending of slideshow handledcontinue
stopOnHovertrue/falsestop when user hover over slidertrue
0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago