1.1.1 ā€¢ Published 5 years ago

vue-infinite-slide-bar v1.1.1

Weekly downloads
534
License
MIT
Repository
-
Last release
5 years ago

āˆž Vue Infinite Slide Bar

šŸŽš Infinite slide bar component (no dependencies and light weight 1.48 KB)

šŸ‘€ Document & Demo Page

LIVE DEMO

šŸ’» Install

npm install --save vue-infinite-slide-bar

or

yarn add vue-infinite-slide-bar

šŸ•¹ Usage

import Vue from 'vue'
import InfiniteSlideBar from 'vue-infinite-slide-bar'

Vue.component('InfiniteSlideBar', InfiniteSlideBar)

or

import InfiniteSlideBar from 'vue-infinite-slide-bar'

export default {
  components: {
    InfiniteSlideBar
  }
}

šŸ”Ž Example

<infinite-slide-bar :barStyle="{ background: '#42b883', padding: '5px 0' }">
  <span style="color: #fff;">Helo World, I love Vue Infinite Slide Bar</span>
</infinite-slide-bar>

āš™ļø Props

PropsTypeDefaultDescription
barStyleObject-Customize style of slide bar
durationString12sSpeed of animation
directionStringnormalDirection of animation (normal, reverse)
delayString0sDelay time before animation start

šŸ¤ Contributing

  1. Fork this repository.
  2. Create new branch with feature name.
  3. Run npm install and npm run dev.
  4. Create your feature.
  5. Commit and set commit message with feature name.
  6. Push your code to your fork repository.
  7. Create pull request. šŸ™‚

ā­ļø Support

If you like this project, You can support me with starring ā­ this repository.

šŸ“„ License

MIT

Developed with ā¤ļø and ā˜•ļø

1.1.1

5 years ago

1.1.0

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago