-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next/Previous Arrow Control #45
Comments
@tylerwiegand How can you both of the buttons as a whole? I've tried wrapping the two buttons inside one div and use a class on that, but then the button functionally breaks down. Essentially, what I'm trying to accomplish is centering the buttons in the middle of my slider. Currently they are up against the left edge of the glide container. |
Don't forget to use default css, so the slider wont break '~vue-glide-js/dist/vue-glide.css'; |
@josegus I tried what you did, but the buttons aren't functional. Have you checked their functionality? |
yes, I tried, it worked for me. I'm just wrapping the control slot with a custom div, it should be enough to make it customizable |
JUST IN CASE anyone is about to spent too much time looking (like I did) for support for the previous and next arrows, look no further than the Workbench.vue file in the vue-glide-js folder. Inside your vue-glide component just paste that bad boy in there and you got your buttons.
The text was updated successfully, but these errors were encountered: