vue3-carousel
vue3-carousel copied to clipboard
Vue 3 carousel component
**Describe the bug** SlidesCount doesn't update. I have 13 slides in the carousel and there is 13 dots shown, however I want it to show as many dots as many...
**Describe the bug** The offset calculation of content items is incorrect when the parent element is scaled. **To Reproduce** Steps to reproduce the behavior: 1. Set any scaling factor for...
Resolves #362 by removing the `stopPropagation` in the _captured_ `dragend` event of the carousel.
**Describe the bug** If there is an anchor link (i.e. the `` element) inside the `` tags, the app will redirect to the new page after dragging the link, even...
**Describe the bug** many times the items which are images are showed separately as individual items **To Reproduce** Steps to reproduce the behavior: 1. use the vue3-carousel and pass images...
**Is your feature request related to a problem? Please describe.** I would like to add the `tabindex` properties to the ``'s slot content. This works well until the `wrapAround` is...
**Is your feature request related to a problem? Please describe.** The use case I am proposing as I found it an issue in my case is that I am unable...
Hello, Issue: At this moment if inside the slide I have the image wrapped inside an tag, I cant seem to drag the image so that I can go to...
**do you add fade in-out animation effect in the future like this one?** [fade in animation](https://gs-shop.github.io/vue-slick-carousel/#/example/fade) looking forward to hearing from you. Thanks
Is your feature request related to a problem? Please describe. The feature request isn't directly related to a problem, but rather an improvement to make Vue 3 Carousel more accessible...