1.0.3 • Published 5 years ago

v-infinite-slidebar v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

v-infinite-slidebar

✨ Infinite slide bar component for awesome vue project ✨

npm version npm downloads GitHub stars

Demo

Installation

npm i v-infinite-slidebar

Or

yarn add v-infinite-slidebar

Usage

import vue from "Vue"
import VInfiniteSlidebar from "v-infinite-slidebar"

Vue.component('v-infinite-slidebar', VInfiniteSlidebar)

Or

import VInfiniteSlidebar from "v-infinite-slidebar"

export default {
  components: {
    VInfiniteSlidebar
  }
}

API

NameTypeDefaultDescription
slideBarStyleObjectNoneStyle that will be applied to the component.
durationString15sDuration of the animation.
directionStringnormalDirection of the animation, you can also use 'reverse' for example.
delayString0sDelay before the animation starts.
pausedBooleanfalseStop the animation when set to true

Check on Github