linear-progress
v4.9.10arrow_drop_down




The color of the component. It supports those theme colors that make sense for this component.
The value of the progress indicator for the determinate and buffer variants. Value between 0 and 100.
The value for the buffer variant. Value between 0 and 100.
The variant to use. Use indeterminate or query when there is no progress value.
ARIA
If the progress bar is describing the loading progress of a particular region of a page,
you should use aria-describedby
to point to the progress bar, and set the aria-busy
attribute to true
on that region until it has finished loading.
Demos:
API:
ARIA
If the progress bar is describing the loading progress of a particular region of a page,
you should use aria-describedby
to point to the progress bar, and set the aria-busy
attribute to true
on that region until it has finished loading.
Name | Type | Description |
---|---|---|
classes | object | Override or extend the styles applied to the component. See CSS API below for more details. |
className | string | |
color | 'primary' | 'secondary' | The color of the component. It supports those theme colors that make sense for this component. |
value | number | The value of the progress indicator for the determinate and buffer variants. Value between 0 and 100. |
valueBuffer | number | The value for the buffer variant. Value between 0 and 100. |
variant | 'buffer' | 'determinate' | 'indeterminate' | 'query' | The variant to use. Use indeterminate or query when there is no progress value. |