Progress API
Progress shows completion for builds, migrations, uploads, and CMS workflows.
Preview components
Open the component docs to see examples, combinations, and usage patterns built on top of this API.
- ProgressProgress examples and loading patterns.
Preview
Import
import { Progress } from "@axonyx/react";Props
| Prop | Type | Default | Description |
|---|---|---|---|
| value | number | required | Current progress value. |
| max | number | 100 | Maximum progress value. |
| label | ReactNode | undefined | Optional progress label. |
| showValue | boolean | true | Shows computed percent. |
CSS contract
.ax-progress .ax-progress__meta .ax-progress__track .ax-progress__bar --ax-progress-value