Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 540 Bytes

File metadata and controls

23 lines (16 loc) · 540 Bytes

react-md-progress-bar

React Component Material Design Progress Bar.

Preview

Preview

Installation

$ yarn add react-md-progress-bar

Example

import ProgressBar from 'react-md-progress-bar';

<ProgressBar show={true} overlay={true} />

Props

Name Description Default/Required Type
show Show or hide ProgressBar. required bool
overlay Show or hide overlay. optional bool