1.0.3 • Published 5 years ago
v-infinite-slidebar v1.0.3
v-infinite-slidebar
✨ Infinite slide bar component for awesome vue project ✨
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
Name | Type | Default | Description |
---|---|---|---|
slideBarStyle | Object | None | Style that will be applied to the component. |
duration | String | 15s | Duration of the animation. |
direction | String | normal | Direction of the animation, you can also use 'reverse' for example. |
delay | String | 0s | Delay before the animation starts. |
paused | Boolean | false | Stop the animation when set to true |
Check on Github