1.0.5 • Published 5 years ago

react-flexible-progressbar v1.0.5

Weekly downloads
43
License
MIT
Repository
github
Last release
5 years ago

react-flexible-progressbar

License Version npm bundle size (minified) npm type definitions Build Status Coverage Status

Customizable lightweight progress bar using TypesScript and React 16

Demo

For example of the progressbar, go to https://loopline-systems.github.io/react-flexible-progressbar.

OR

To run that demo on your own computer:

Getting Started

Install

  npm i react-flexible-progressbar

Import in component

import ProgressBar from 'react-flexible-progressbar'
import 'react-flexible-progressbar/dist/progressBar.css'

Supported properties

{
  width?: number | string;
  height?: number | string;
  margin?: number | string;
  progress?: number;
  progressTxt?: string; // progress text to show before percentage
  showPercentage?: boolean; // whether to show percentage number
}
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago