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

**Describe the bug** my code is : ``` ... ... ... methods: { navigationClick () { console.log('navigation clicked') } } ... ``` problem is that console message not showing its...

**Describe the bug** In Quasar framework, I can't import components such as Slide **To Reproduce** - I followed the documentation example and I used composition API - I imported the...

This is among very few carousel components working flawlessly with Vue 3 Vite at the time of writing. I have tried many options but they are giving all sorts of...

:star2: feature request

i think it's better to add infinite loop to show next slide

**Describe the bug** Importing the Navigation component as described in the docs throws the following error when using it. Type '{}' is not assignable to type 'ComponentProps VNode[]>'. Type '{}'...

**Describe the bug** My slides include various form elements (radio buttons, checkboxes, text input, textarea). When clicking on the text input or textarea, the elements don't focus, hence making it...

I have one or two anchor tag in my slides and I have defined click event for them export default { props:{ href:{ required:true } }, methods:{ manual_visit:function (e){ console.log('click')...

On version 0.1.46, any text input fields inside a slide can't be interacted with by click or tap. Some types of input fields that only rely on clicking to interact...