README
react-md-progress
React Component Material Design Progress Bar.
Preview
Installation
$ yarn add react-md-progress
Example
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 |