Style your <progress>
elements using the class progress
:
<progress class="progress" max="1" value="0.5"></progress>
The progress element will apply the styles defined in the styles.progress
field of your theme configuration.
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.