SSENSE / vue-carousel

A flexible, responsive, touch-friendly carousel for Vue.js
https://ssense.github.io/vue-carousel/
MIT License
1.72k stars 504 forks source link

Customize Pagination Elements #507

Open RileySeaburg opened 4 years ago

RileySeaburg commented 4 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I have an issue when [I'm trying to add content boxes that when clicked transition to a corresponding slide. (Similar to Joomlas Slider Navigation Feature)

I've tried to hardcode this and I'm getting error after error. I tried to use the same pagination method that the radio buttons use but I get errors as well.

Describe the solution you'd like It would be great if the docs could be updated to display a simple example on how to do this.

If this function is not already included it would be great if you could add it!

Igoohd-zz commented 4 years ago

Hey, how can i modify pagination position? by default his value has "text-align: center" but pulling the class "VueCarousel-pagination" i can't change for "text-align: left"