Skip to main content

Progress

Displays an indicator showing the completion progress of a task.

Import

Progress.Root

Groups all parts of the progress bar and provides the task completion status to screen readers.

Props

State

  • status: ‘indeterminate’ | ‘progressing’ | ‘complete’ - The current status of the progress

Progress.Track

The track that contains the progress indicator.

Progress.Indicator

The filled portion of the track that represents the progress.