1.0.5 • Published 8 years ago

rb-progress-bar v1.0.5

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

#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();
1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago