[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
- Default:
- max
- (optional) Specifies how much work the task requires in total.
- Default:
100
- Default:
Examples
Example
[progress value="33"]
No comments yet.