progressbardottop

0.1.4 • Public • Published

progress

Progress bar component, great for holding the user's attention

Install

    npm install --save progressbardottop
    import ProgressBar from 'progressbardottop'

    let bar = new ProgressBar({
        selector: "#progressbar",
        hideOnComplete: true,
    })

    bar.start( 100000 ) // optional timeout parameter will increment progress until the timeout is reached
    bar.update( 0.5 ) // update manually
    bar.configure({ hidden: true })

Readme

Keywords

none

Package Sidebar

Install

npm i progressbardottop

Weekly Downloads

3

Version

0.1.4

License

none

Last publish

Collaborators

  • spacehexagon