0.0.3 • Published 5 years ago

react-md-progress v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

react-md-progress

React Component Material Design Progress Bar.

Preview

Preview

Installation

$ yarn add react-md-progress

Example

import ProgressBar from 'react-md-progress';

<ProgressBar show={true} overlay={true} color={"#FF6384"} />

Props

NameDescriptionDefault/RequiredType
showShow or hide ProgressBar.requiredbool
overlayShow or hide overlay.optionalbool
colorThe color of the progress bar.optionalstring
backgroundColorBackground color of the progress bar.optionalstring