v-infinite-slidebar
v1.0.3
Published
✨ An infinite slidebar build for Vue project ✨
Maintainers
Readme
v-infinite-slidebar
✨ Infinite slide bar component for awesome vue project ✨
Installation
npm i v-infinite-slidebarOr
yarn add v-infinite-slidebarUsage
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
