bootstrap-progress-bar

1.1.3 • Public • Published

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

/bootstrap-progress-bar/

    Package Sidebar

    Install

    npm i bootstrap-progress-bar

    Weekly Downloads

    69

    Version

    1.1.3

    License

    MIT

    Last publish

    Collaborators

    • luispablo