ismail9k / vue3-carousel

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

Add config for aria labels and text labels, and fix test #303

Closed thormeier closed 1 year ago

thormeier commented 1 year ago

Fixes https://github.com/ismail9k/vue3-carousel/issues/302 and implements https://github.com/ismail9k/vue3-carousel/issues/278.

I tried to stick to the code style as much as possible. I had to type the icons more explicitly for them to be translateable, but in turn, I also added translations for the icons. I added an example to the docs and added the new object to the config table. We might want to think of a better way to show the new config object since I couldn't indent it in the markdown table nicely.

Thank you very much for this library!

ismail9k commented 1 year ago

@thormeier Thank you for your awesome work. :)