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

Vue 3 carousel component

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

**Describe the bug** I'm using the "vue3-carousel" slider: "^0.2.9", This is what my slider structure looks like, inside the Slide is a UICard component ![image](https://github.com/ismail9k/vue3-carousel/assets/70275437/32af554d-fcc3-4584-995b-f417bc777099) The UICard component has logic...

**Describe the bug** When a user is in mobile and using touch to navigate the page and the user scrolls to a carousel they can only scroll up or down...

Im using carousel component (u-carousel) actually like this: ![image](https://github.com/ismail9k/vue3-carousel/assets/92582122/1542bef0-ac37-4429-9a36-c852c00f3ab2) and I want to have option, when I want to push slides not from prop dataSlides but from parent component (using...

:question: question

**Describe the bug** Carousel items are marked as aria-hidden=true when not visible. Aria-hidden should only be applied to non-interactive elements. https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-hidden The attribute causes WCAG errors when using focusable elements...

**Describe the bug** If there are more than 23 slides, it causes the page to reload multiple times before the page breaks on mobile devices, specifically iPhone. **To Reproduce** Steps...

**Describe the bug** there is an issue with the carousel component in mobile where the drag doesn't work properly **To Reproduce** Steps to reproduce the behavior: 1 install the library...

**Describe the bug** When interactively resizing the carousel, for example, because the window gets resized, it "flickers", meaning it randomly scrolls in both directions. **To Reproduce** Steps to reproduce the...

all set up working ok but just breakpoints display 'Uncaught TypeError: 'set' on proxy: trap returned falsish for property 'itemsToShow''. Anyone got the same issue ? Vue3/Nuxt3

If I add a padding or margin property to the slide, as shown in the red box in the image below, there is a blank space at the beginning and...

:star2: feature request

hi, I'm trying to implement vue3-carousel inside modal, it doesn't work until i inspect element or resize page it works. what 's problem ? thank in advance