Progress

Displays the status of a task that takes a long time.

Usage

Note: If you render children inside Progress, you must also include ProgressTrack and ProgressIndicator inside it. Without them, the bar will not display. When no children are provided, a default track and indicator are rendered for you.

API Reference

Progress

Root component. When no children are provided, automatically renders a track and indicator.

ProgressTrack

Track container for the progress indicator.

ProgressIndicator

Visual indicator showing the current progress.

ProgressLabel

Label text for the progress bar.

ProgressValue

Displays the current value.

Examples

With Label and Value

With Formatted Value