ismail9k / vue3-carousel

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

Issue with style when mutliple carousel inside the same page #309

Closed Astanusic closed 1 year ago

Astanusic commented 1 year ago

Describe the bug Hello, I'm having trouble to set multiple carousel inside the same page with custom style. As I'm styling carousel elements with unscoped style it apply style to all the carousel present within the same page.

Expected behavior I think it would be better to have a nice way to custom the style of the carousel elements in a scoped way. I know we can use deeper selectors but this was just an idea