Linear progress indicator
Provide visual feedback to users while loading.
Props
ariaLabel
string
Accessible label for the progress bar.
ariaLabelledBy
string
ID of the element that labels this progress bar.
percentVisibility
"visible" | "hidden" | undefined
Controls visibility of the percentage text.
Defaults to
visible.
progress
number | null
Progress value (0-100). When undefined, shows an indeterminate loading animation.
testId
string
Sets a data-testid attribute for automated testing.
Screen Readers
Do
Provide accessible labels for LinearProgress