0.1.0 • Published 7 years ago

react-morett-progress-bar v0.1.0

Weekly downloads
40
License
-
Repository
-
Last release
7 years ago

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

0.1.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago