Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

hyperhype/hyperprogress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

5 Commits

Repository files navigation

hyperprogress

create a progress bar

var progress = require('hyperprogress')(10) //for a 10 step bar.
document.body.appendChild(progress)
progress.next() //go to next step
progress.next('step name') //append a step to the list.
//if the process fails, call with an error.
progress.fail(new Error('failed'))

has no dependencies. 1.4k

you'll need to use CSS to make the progress bar visible. at minimum you need:

.hyperprogress__liquid { height: 1px; background: blue;}

License

MIT

About

A progress bar built with hyperscript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /