react-md-progress

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

Usage no npm install needed!

<script type="module">
  import reactMdProgress from 'https://cdn.skypack.dev/react-md-progress';
</script>

README

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

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