v-infinite-slidebar

1.0.3 • Public • Published

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

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    3
  • 1.0.2
    1
  • 1.0.1
    1

Package Sidebar

Install

npm i v-infinite-slidebar

Weekly Downloads

5

Version

1.0.3

License

MIT

Unpacked Size

16.7 kB

Total Files

7

Last publish

Collaborators

  • ichbinkour