A simple Carousel for Vue
✨Demo
yarn install
Wrap your elements with v-slide and you are good to go. v-slide slices out the HTML content and make sure they go in separate slides.
V-Slide can be set to run in Autoplay mode by setting the autoplay prop.
The previews allow you to quickly take a peek on all the slides. V-Slide is smart enough to render mixed contents. for e.g you can mix images and plain text content.
V-Slide comes with touch support.
Option | Description | Default |
---|---|---|
autoplay | Enables the slideshow mode | false |
slideShowSpeed | This setting control the slide show speed (in seconds) | |
preview | Enables the Preview pane | false |
isCircular | This setting enables the carousel to loop back when it reaches the end. | false |
touchEnabled | Enables touch support | false |
👤 Prabhu Murthy
- Website: prabhumurthy.com
- Twitter: @prabhumurthy
- Github: @prabhuignoto
Give a ⭐️ if this project helped you!.