CSS: How to create a circle progress bar

I haven’t tried it but you could include the CSS and JS from these pens and set the data-percentage as:

dmx-bind:data-percentage="somevariable.value"

where you could change somevariable.value to any variable/server connect value you want

3 Likes