Skip to content

Zola/nanobar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nanobar

A progress bar at the very top of a webpage.

VIEW DEMO: http://yuehu.github.io/nanobar/

Installation

Install with component(1):

$ component install yuehu/nanobar

API

var Nanobar = require('nanobar');

Nanobar#go(number)

Goto a certain percent of progress.

nanobar.go(30)

Nanobar#dismiss()

Remove this nanobar.

Nanobar#infinite()

Make the progress bar infinite.

License

MIT

About

A progress bar at the very top of a webpage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 44.0%
  • JavaScript 30.1%
  • CSS 18.4%
  • Makefile 7.5%