Components
Progress
A determinate or indeterminate progress indicator.
Pass value={null} for an indeterminate animation when total work isn't yet known.
Usage
import { Progress } from '@onersoft/design-system'
<Progress value={percent} aria-label="Upload progress" />
<Progress value={null} aria-label="Loading" />Props
| Prop | Type | Default |
|---|---|---|
value | number | null | — |
max | number | 100 |
aria-label | string | 'Progress' |