Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 345 Bytes

File metadata and controls

16 lines (13 loc) · 345 Bytes

Progress Bar

A simple bar with a label showing a percentage of progress or other similar value

Usage

{{progress-bar <label>, <percent>}}
  • <label> - the text to display alongside the progress bar.
  • <percent> - a value between 0 and 100, inclusive.

Example

{{progress-bar 73% Complete, 73}}