hoelzro / tw-progress-bar

Progress bar widget for TiddlyWiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This plugin provides a simple progress bar widget.

Parameters

  • current - the current progress of the progressbar.
  • total - the total value that represents completion for this progressbar.

Example

<$hoelzro-progressbar current={{!!current}} total={{!!total}} />

Potential Future Enhancements

The coloration and size are currently hardcoded, and the progressbar doesn't support animation. Contributions adding these are most welcome!

About

Progress bar widget for TiddlyWiki

License:Other


Languages

Language:JavaScript 100.0%