antonreshetov / vue-glide

A slider and carousel as vue component on top of the Glide.js
https://antonreshetov.github.io/vue-glide/
MIT License
269 stars 39 forks source link

Controls[nav] addition #41

Open ksmithdragon opened 5 years ago

ksmithdragon commented 5 years ago

Can you update the controls render in Glide.js from: control = <div data-glide-el="controls">{this.$slots.control}</div> to: control = <div data-glide-el="controls[nav]">{this.$slots.control}</div>

This would allow for an active class to be added to the controls with a slider is either at the beginning or end.

redjor commented 4 years ago

Use Bullet props instead, it will generate your bullets if needed and you will be able to customize it if needed, i think