[meter]

Shortcode is used to measure data within a given range (a gauge). Uses HTML <meter> tag.

Attributes

value
(required) Specifies the current value of the gauge.
Default: 0
min
(optional) Specifies the minimum value of the range.
Default: 0
max
(optional) Specifies the maximum value of the range.
Default: 100

Examples

Example

[meter value="33"]

Output

No comments yet.

Leave a Reply