Open
Description
Is there a way to add a class to the controls slot (or even a div inside around the buttons) to help with styling and positioning the Slider Controls?
Default control slot:
<template slot="control">
<button data-glide-dir="<">prev</button>
<button data-glide-dir=">">next</button>
</template>
Rendered in the browser:
<div data-glide-el="controls">
<button data-v-4483513f="" data-glide-dir="<">prev</button>
<button data-v-4483513f="" data-glide-dir=">">next</button>
</div>
How can I do this?
<div class="slider__nav" data-glide-el="controls">
<div class="slider__buttons">
<button data-v-4483513f="" data-glide-dir="<">prev</button>
<button data-v-4483513f="" data-glide-dir=">">next</button>
</div>
</div>
Metadata
Metadata
Assignees
Labels
No labels