vue3-carousel
vue3-carousel copied to clipboard
Vue 3 carousel component
When there are only two slide items and I try to swipe them right to left, the value of translateX becomes zero(0px) and it makes swiping works weird I think...
**Is your feature request related to a problem? Please describe.** Hi! I'm using your library and I have a minor issue with it. When I'm clicking on the image preview...
Hi, when installing this package, all code analysis provided by JetBrains Phpstorm and Webstorm stopped working; even autocomplete doesn't work at all. Its wired bug maybe conflict with something I...
Hi, is there any way to make a typical product gallery? With large photos and thumbnails for browsing. I don't know if this option exists in Vue 3 Carousel, I...
**Describe the bug** Using v-model doesn't take the focus on the right item (using key in slides and passing the key value to v-model). SlideTo slide to another item when...
In this construction of flex somethind wrong with caurusel's width. On any device. It's ok when we have 4 slides, but if we have 7 or more something goes wrong....
I am using vue3-carousel on nuxt3 (ssr), when I'm navigating to another page/link using NuxtLink the carousel will stop working, can't press navigation, autoplay wont work. when I refresh the...
**Describe the bug** On ssr page load the second slide will get shown first because of oder: -1. This causes a really sharp skip to the correct first slide when...
when I define the modelValue prop, when I scrool the carousel it returns to the initial position, is there a possibility to disable this return to the initial position?
`itemsToShow: 'auto'`, same as swiper's [`slidesPerView: 'auto'`](https://swiperjs.com/swiper-api#param-slidesPerView)