vue3-carousel icon indicating copy to clipboard operation
vue3-carousel copied to clipboard

Vue 3 carousel component

Results 108 vue3-carousel issues
Sort by recently updated
recently updated
newest added

![Image](https://github.com/user-attachments/assets/1938c52f-d091-4252-b78d-0c65ca82b569)

All invisible slider items have the attribute aria-hidden="true". This causes them and their child elements to be hidden from assistive technology but they can still be focused tab navigation this...

**Describe the bug** Setting the wrapAround to true adds an "extra" page or scroll. I've set the `itemsToShow: 3` and `itemsToScroll: 3`. When you click on the next page, it'll...

**Describe the bug** 对slider进行分组, wrapAround=true 不生效 online demo: https://v43.livecodes.io/?x=id/6bh3s9if7xb

![Image](https://github.com/user-attachments/assets/58675ce3-b622-4407-add1-054c21dba146) In some cases when the slider is vertical wraparound will have toShow = Infinity, causing an infinite loop and crashing the page out of memory It would appear that...

**Describe the bug** On mobile, we need to swipe really long distance to actually slide to the next item. I have tried option "threshold" with `touchDrag: { threshold: 0.1 },`,...

:bug: bug

Context: Chrome 135 introduced a powerful set of CSS features enabling native carousels: - ::scroll-button() and ::scroll-marker() - :has() - scroll-snap-type - Improved accessibility and keyboard interaction support baked into...

:star2: feature request

**Describe the bug** Describe the bug When clicking an element inside a (such as an image or button) that causes navigation (e.g., to a product detail page), the slide is...

Slide transition is not smooth. It can be smooth as shown in below vue carousel https://ssense.github.io/vue-carousel/examples/

Description When using itemsToShow = 3 and itemsToScroll = 3 with 5 slides, the right navigation arrow remains enabled even when no more slides are available to display. This results...