Indicators for loading, loading stages, and task completion status.
determinate progressKnown task duration (file downloads, data processing, setup installers)indeterminate progressUnknown task duration (connecting to network database, uploading assets)progress ringCircular widgets in dash boards representing scores, CPU loads, or stats valuesCurrent progress percentage value (0-100)
Additional CSS classes for custom styling
import { Progress } from "nexoreui"
<Progress />| Prop | Type | Default | Description |
|---|---|---|---|
| value | number | 0 | The progress value percentage from 0 to 100. |
| isIndeterminate | boolean | false | Enables infinite loading marquee animation. |
| progressLabel | string | "Loading..." | Visual text label shown during loading states. |
| className | string | — | Additional custom class names. |
role="progressbar".aria-valuenow, aria-valuemin="0", and aria-valuemax="100" representing loading scale attributes natively.