Progress

Style your <progress> elements using the class progress:

<progress class="progress" max="1" value="0.5"></progress>

Customize

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

siimple.config.js
export default {
    styles: {
        progress: {
            backgroundColor: "muted",
            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