Material linear-progress implementation for React
npm install @materialr/linear-progress@materialr/linear-progress




Material linear-progress implementation for React
``sh`
$ npm install --save @materialr/linear-progress
A full demo is available on the
MaterialR website showcasing all variants.
`js`
import LinearProgress from '@materialr/linear-progress';
Props
| Prop | Type | Required | Default | Description |
| --------------- | --------------- | -------- | --------- | ---------------------------------------------------- |
| buffer | number (0-1) | No | 0 | The total buffer amount |className
| | string | No | undefined | Additional classNames to add |indeterminate
| | bool | No | false | Whether the progress bar is indeterminate |progress
| | number (0-1) | No | 0 | The total progress amount |reversed` | bool | No | false | Whether the progress bar is reversed |
|