linear-progress

v4.9.10arrow_drop_down
v4.9.10
v4.5.2
v3.9.2
STATUS
Passing
DOWNLOADS
1,053
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
25 KB
The color of the component.
2 contributors
Install linear-progress as a package?
Copied
npm i @bit/mui-org.material-ui.linear-progress
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
chevron_left
chevron_right

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.

Properties
NameTypeDescription
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.

Help and resources