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

MyCarousel.vue ``` import { defineProps } from 'vue' import { Carousel } from 'vue3-carousel' defineProps({ autoplay: { type: Number, }, breakpoints: { type: Object, }, itemsToShow: { type: Number, },...

```html ``` For the Buttons below I use the normal `next()` and `prev()` method. https://github.com/ismail9k/vue3-carousel/assets/30083590/4c23f4ac-e2ae-4f18-9d6d-56ac5bb7f708

i've recently working on a product display menu ` ` i already try to make it false but it doesn work. anyone have idea?

**Describe the bug** Go to https://ismail9k.github.io/vue3-carousel/examples.html Go to breakpoints example Click the right arrow to the very end, and click a few more ie. 10 times...then click the left arrow....

**Describe the bug** When using the double carousel mode, show in the docs as the gallery demo (https://ismail9k.github.io/vue3-carousel/examples.html#gallery). The gallery thumbnails do not correctly navigate to the appropriate slide when...

Hi How to detect event when dragging carosuel to the right-drag in vue3-carosuel ?

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.9 to 4.5.2. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. Changelog Sourced from vite's...

:chains: dependencies

It would be nice to have a release that can be used by npm, yarn,... there is a version 0.3.2 available, but [NPM](https://www.npmjs.com/package/vue3-carousel) and alike only show 0.3.1. Looks like...

**Is your feature request related to a problem? Please describe.** The problem is, when i put my custom component in the slides, the design of the card isn't looking good....