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