bootstrap-progress-bar

A small progress bar component to use with Bootstrap UI library.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
bootstrap-progress-bar
1.1.37 years ago8 years agoMinified + gzip package size for bootstrap-progress-bar in KB

Readme

bootstrap-progress-bar
A small progress bar component to use with Bootstrap UI library.
Installation
npm i --save bootstrap-progress-bar
Usage
import ProgressBar from "bootstrap-progress-bar";

...

<ProgressBar />

You can set its width like this:
<ProgressBar width="50%" />

or the inner message:
<ProgressBar message="Wait a moment please" />

The rendered progress bar will be animated. :)
Author
@luispablo