Meter
Use the Meter component to implement <meter>
tag.
Parameters
value (required)
Expects a number thats is the current value of the gauge.
id (optional)
Expects a string with all ids the meter should have.
class (optional)
Expects a string with all classes the meter should have.
min (optional)
Expects a number that defines the minimum value of the range.
max (optional)
Expects a number that defines the maximum value of the range.
low (optional)
Expects a number that defines which value is considered a low value
high (optional)
Expects a number that defines which value is considered a high value
optimum (optional)
Expects a number that defines which value is optimal for the gauge
Example
returns
Last updated