shhdgit/vue-easy-slider

how to override control button style?

VicoErv opened this issue · 2 comments

how to override control button style?

You can set control-btn to false, use prev() and next() methods on slider instance(get ref from slider component) to customize your control button.

I mean i want to use stock button and change some style like gradient bg.

Now i can change it inside my component style using !important tag