Components / Progress
Progress
Displays an indicator showing the completion progress of a task: role="progressbar" with aria-valuenow. The accessible state comes from the brain; the fill is a transform on the indicator.
Examples
razor
<ZitsProgress Value="60" />Installation
Terminal
bash
navius add progressAPI reference
| Prop | Type | Default |
|---|---|---|
| Value | double? | - |
| Max | double | 100 |
| GetValueLabel | Func<double?, double, string?>? | - |