2.1.0 • Published 2 years ago

vue-keen-slider v2.1.0

Weekly downloads
143
License
-
Repository
github
Last release
2 years ago

vue-keen-slider

A vue wrapper for the keen slider library.

Usage

<template>
    <keen-slider arrow-color="black" loop navigation-arrows navigation-dots>
    	<keen-slide>1</keen-slide>
    	<keen-slide>2</keen-slide>
    	<keen-slide>3</keen-slide>
    	<keen-slide>4</keen-slide>
    </keen-slider>
</template>

Note: You need to import the css file:

import 'vue-keen-slider/dist/vue-keen-library.css'

All options of the keen slider library are accessible as vue prop.

This library also includes 5 additional props for more easy use:

  1. navigation-arrows (boolean): Enables navigation arrows like in the "arrows and dots" example.
  2. navigation-dots (boolean): Enables navigation dots like in the "arrows and dots" example.
  3. arrow-color (css color string): Changes the color of the navigation arrow.
  4. useParentScopeId (boolean): Use the css scope of the parent component. Useful for styling.
  5. autoplay (boolean, string, number): Autoplay the slider. If you only pass true, the default value will be 3000ms. Autoplay is disabled by default. You need to pass the time in ms.

Further documentation: Component Docs

2.1.0

2 years ago

1.4.1

3 years ago

1.4.0

4 years ago

1.3.2

4 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.4.0

4 years ago

0.4.2

4 years ago

0.3.0

4 years ago

0.1.2

4 years ago

0.2.0

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago