react-morett-progress-bar
v0.1.0
Published
A react progress bar
Readme
Morett Progress-Bar
https://github.com/MatheusMorett2/react-morett-progress-bar
With this component you will be able to make a beautiful ProgressBar.
Code Example
<ProgressBar Actual={this.props.Total}Final={this.props.Quantity} BoxText="Payments" />
Demo Image


Motivation
This component was created to facilitate the use of static progress bars
Installation
- npm install --save react-morett-progress-bar
import import ProgressBar from "react-morett-progress-bar";import "react-morett-progress-bar/src/index.css";<ProgressBar Actual={this.props.Total}Final={this.props.Quantity} BoxText="Payments" />
Don't forget to import the css file.
License
MIT
