vue-carousel
vue-carousel copied to clipboard
A flexible, responsive, touch-friendly carousel for Vue.js
fix `scrollPerPage` default value ## Description https://github.com/SSENSE/vue-carousel/blob/master/src/Carousel.vue#L293-L296 I fixed docs because default value of scrollPerPage is true in this source code. ## Motivation and Context issue is here https://github.com/SSENSE/vue-carousel/issues/494 ##...
Hi, Can we have a setting to define direction to slide like horizontal as well as vertical?
Remove unnecessary data function from slider component ## Description Remove dead code from slide component ## Motivation and Context Just remove dead code to make code more clear ## How...
Allow propagation of the touchmove/mousemove event. ## Motivation and Context We want to block a vertical scrolling when user scrolls carousel, but we wasn't able to do it because move...
**Is your feature request related to a problem?** Please describe. A clear and concise description of what the problem is. Ex. I have an issue when [I'm trying to add...
Hey i tried pagination-position. It was working before but its not working now. Please help its urgent
It would be great if slider could pause when hover on a div with a helper class which we can define in props.
Would you add infinite scrolling to make carousel experience quite better? Or maybe it is availabe, but i didn't figured it out in docs
## Bug Report **Current Behavior** When there is an orphan slide, the carousel will slide back to the last "full" page on slide click. **Input Code and steps to reproduce**...
## Bug Report **Current Behavior** When you mouse over the navigation dots, it shows item 1, item 2, etc. How to get rid of them or change them? `` Still...