New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bootstrap-progress-bar

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bootstrap-progress-bar

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

latest
Source
npmnpm
Version
1.1.3
Version published
Weekly downloads
39
18.18%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

progressbar

FAQs

Package last updated on 11 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts