0.0.3 • Published 7 years ago
react-md-progress v0.0.3
react-md-progress
React Component Material Design Progress Bar.
Preview
Installation
$ yarn add react-md-progressExample
import ProgressBar from 'react-md-progress';
<ProgressBar show={true} overlay={true} color={"#FF6384"} />Props
| Name | Description | Default/Required | Type |
|---|---|---|---|
| show | Show or hide ProgressBar. | required | bool |
| overlay | Show or hide overlay. | optional | bool |
| color | The color of the progress bar. | optional | string |
| backgroundColor | Background color of the progress bar. | optional | string |
