0.2.2 • Published 5 years ago

@ondrejlohnisky/vue-image-slider v0.2.2

Weekly downloads
1
License
MIT
Repository
-
Last release
5 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

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago