Package Exports
- @materialr/linear-progress
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@materialr/linear-progress) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
MaterialR LinearProgress
@materialr/linear-progress
Material linear-progress implementation for React
Installation
$ npm install --save @materialr/linear-progressDemo
A full demo is available on the MaterialR website showcasing all variants.
Components
Default export
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 |