Use the slider
class to style your range input elements:
<input type="range" class="slider" value="50" />
The slider element will apply the styles defined in the forms.slider
field of your theme configuration.
export default { forms: { slider: { backgroundColor: "fill", color: "primary", }, }, // ...other configuration };
Designed and maintained with by @jmjuanes.
Code is licensed under MIT, documentation under Creative Commons Attribution 4.0.