The Progress component (jig-progress) shows how far a task has advanced. Bind
value (0–100) for determinate progress, or set indeterminate for an animated
placeholder when the amount of work is unknown. It renders as a horizontal bar by
default and carries the progressbar role with a matching aria-valuenow; switch
to circular for a ring.
The bar fills to value, which is clamped to the 0–100 range. This demo drives it
on a timer to show the transition.
For operations whose progress can't be measured, set indeterminate to show a
continuously animated indicator instead of a fixed fill (value is ignored, and
aria-valuenow is dropped).
Add circular to render the same progress as a ring instead of a bar.
The circular variant also supports indeterminate, animating the arc around the
ring.
The circular variant accepts a custom radius and stroke thickness (both in
pixels); they have no effect on the bar.
jig