Skip to content

Repository files navigation

ProgressNotification

Progress notification component with a clean slate to build off of.

progress notification component

Installation

$ component install component/progress-notification

Features

Example

varnotify=require('progress-notification');varprogress=notify('Uploading maru.png');varn=0;setInterval(function(){progress.update(n++);},50);

API

notify(msg)

Notify with the given msg and no title.

notify(title, msg)

Notify with the given msg and title.

ProgressNotification#update(n)

Update percentage to n.

ProgressNotification#size(n)

Update progress indicator size to n.

License

MIT

About

Progress indication in a notification (upload status etc)

Resources

Stars

7 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages