Slider

Use the slider class to style your range input elements:

<input type="range" class="slider" value="50" />

Customize

The slider element will apply the styles defined in the forms.slider field of your theme configuration.

siimple.config.js
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.

Currently v4.3.1