Progress
Shows the completion progress of a task.
Values
Sizes
Colors
Indeterminate
With label
Uploading files…60%
Circular
API reference
Inputs
| Prop | Type | Default | Description |
|---|---|---|---|
value | number | 0 | Completion percentage from 0 to 100; values are clamped to that range. |
indeterminate | boolean | false | Show an unknown-duration animation instead of a fixed value. |
circular | boolean | false | Render a circular ring instead of a linear bar. |
size | number | 40 | Diameter of the circular ring, in pixels. |
thickness | number | 4 | Stroke width of the circular ring, in pixels. |
ariaLabel | string | '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.