[progress]

Shortcode displays the progress of a task. Uses HTML <progress> tag.

Attributes

value
(required) Specifies how much of the task has been completed.
Default: 0
max
(optional) Specifies how much work the task requires in total.
Default: 100

Examples

Example

[progress value="33"]

Output

No comments yet.

Leave a Reply