react-morett-progress-bar

0.1.0 • Public • Published

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

Demo 1

Demo 2

Motivation

This component was created to facilitate the use of static progress bars

Installation

  1. npm install --save react-morett-progress-bar
  2. import import ProgressBar from "react-morett-progress-bar";
  3. import "react-morett-progress-bar/src/index.css";
  4. <ProgressBar Actual={this.props.Total}Final={this.props.Quantity} BoxText="Payments" />

Don't forget to import the css file.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i react-morett-progress-bar

Weekly Downloads

0

Version

0.1.0

License

none

Last publish

Collaborators

  • matheusmorett