rb-progress-bar

1.0.5 • Public • Published

Progress bar

Install

npm install rb-progress-bar

Usage

var progress = require('rb-progress-bar');
 
//to init the progress bar
progress.init(id , options);
//id = id of the element in the dom to which the progress bar will be attached, send null to attach to the body
 
//to start at some value
progress.start(30);
 
//to end the progress bar
 
progess.done();

/rb-progress-bar/

    Package Sidebar

    Install

    npm i rb-progress-bar

    Weekly Downloads

    1

    Version

    1.0.5

    License

    MIT

    Last publish

    Collaborators

    • sudiproy89