react-md-progress
v0.0.3
Published
React Customizable Material Design Progress bar. This library is a fork of Paulo McNally's react-md-progress-bar. See https://github.com/mcnallydev/react-md-progress-bar
Downloads
3
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