A progress bar at the very top of a webpage.
VIEW DEMO: http://yuehu.github.io/nanobar/
Install with component(1):
$ component install yuehu/nanobar
var Nanobar = require('nanobar');
Goto a certain percent of progress.
nanobar.go(30)
Remove this nanobar.
Make the progress bar infinite.
MIT