ismail9k / vue3-carousel

Vue 3 carousel component
https://ismail9k.github.io/vue3-carousel/
MIT License
692 stars 170 forks source link

Is it possible to disable/destroy carousel on desktop or mobile #381

Open antonyd89 opened 1 week ago

antonyd89 commented 1 week ago

Is it possible to destroy or do not init the Vue3 Carousel at the some screen resolution? For eg. after 1024 px do not init the Carousel creating? I have a case when the Carousel is used only for mobile devices and not for Desktops.

The feature i would like to have is It would be great to have in Vue3Carousel some kind of event/method or property with help of that it would be possible to destroy the carousel.

paiva-thiago commented 5 days ago

I also think that making it responsive or simply disabling on mobile would be a great feature!