Progress Bars
A simple way to add progress bars to your layouts. You only need two HTML elements to make them and they're easy to customize.
You can create a progress bar using minimal markup.
Advanced
Additional classes can be added to your progress bar to change its appearance.
Color Palette
You can also use any of the Sonos product color classes.
View HTML
<div class="progress playbar">
<span class="meter" style="width:67%"></span>
</div>