UNPKG

bootstrap-progress-bar

Version:

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

37 lines (23 loc) 461 B
# 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