Progress

Shows the completion progress of a task.

Values

Sizes

Colors

Indeterminate

With label

Uploading files…60%

Circular

API reference

Inputs

PropTypeDefaultDescription
valuenumber0Completion percentage from 0 to 100; values are clamped to that range.
indeterminatebooleanfalseShow an unknown-duration animation instead of a fixed value.
circularbooleanfalseRender a circular ring instead of a linear bar.
sizenumber40Diameter of the circular ring, in pixels.
thicknessnumber4Stroke width of the circular ring, in pixels.
ariaLabelstring'Progress'Accessible label announced for the progress bar.

Every ng-blatui component also accepts a class input to merge extra Tailwind classes onto the host.