Progress
Linear progress bar with size variants, colors, and indeterminate animation.
<ac-progress value="25"></ac-progress>
<ac-progress value="50"></ac-progress>
<ac-progress value="75"></ac-progress>
<ac-progress value="100"></ac-progress> sm · md · lg
<ac-progress value="60" class="ac-progress--sm"></ac-progress>
<ac-progress value="60"></ac-progress>
<ac-progress value="60" class="ac-progress--lg"></ac-progress> Indeterminate
Section titled “Indeterminate”<ac-progress indeterminate></ac-progress> Attributes
Section titled “Attributes”| Attribute | Values | Description |
|---|---|---|
value | 0–100 | Progress percentage |
indeterminate | boolean | Animated loading state (unknown progress) |