Skip to content

Customizable lightweight progress bar using TypesScript and React 16

License

Notifications You must be signed in to change notification settings

loopline-systems/react-flexible-progressbar

Repository files navigation

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
}

About

Customizable lightweight progress bar using TypesScript and React 16

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published