Hello community,
I wanted to share a custom component I recently built that I needed for one of my projects and thought it might also be useful for others: a draggable progress bar .
It allows users to easily adjust the value directly by dragging the progress bar, instead of relying on setting the value externally through an input or another component.
Repository:
Hope it helps, and feedback is always welcome!