1.1.3 • Published 8 years ago

bootstrap-progress-bar v1.1.3

Weekly downloads
71
License
MIT
Repository
github
Last release
8 years ago

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

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago