finnhvman / matter

Material Design Components in Pure CSS. Materializing HTML at just one class per component 🍰
MIT License
1.13k stars 85 forks source link

matter-progress-circular doesnt seem to work with values #40

Closed naveedahmed1 closed 1 year ago

naveedahmed1 commented 1 year ago

The circular progress with class matter-progress-circular, seems to be working fine.

<progress class="matter-progress-circular"></progress>

But with specified values, it doesn't work as expected:

<progress class="matter-progress-circular" value="60" max="100"></progress>

Can you please guide?

finnhvman commented 1 year ago

Hey, sorry the determinate version (when you set a value) of the circular progress is not supported.