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

PropTypeDefault
valuenumber | null
maxnumber100
aria-labelstring'Progress'

On this page