jgthms / bulma

Modern CSS framework based on Flexbox
https://bulma.io
MIT License
49.13k stars 3.94k forks source link

[Feature Request] Circular Progress Bar #2760

Closed kkesley closed 4 years ago

kkesley commented 4 years ago

This is about Bulma.

Overview of the feature request

This is about the Bulma CSS framework I'm using Bulma version [0.8.0]

Description

Would you consider adding a circular progress bar to the current progress bar?

Maybe add a class is-circle to the element? e.g. <progress class="progress is-circle" value="15" max="100">15%</progress>

Example:

circular-progress-bar-example

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

suterma commented 6 months ago

I have found a very great circular progress bar here: https://gist.github.com/nicbet/49a681d036ab8c2886e3419a6e8c6efb It works well, and looks quite similar to the proposal here. Maybe this could get added more or less like in the gist?