Meter
# Intro
Meters are classless by default.
# Colors
Meter bar colors are handled automatically by setting the low
, high
, and optimum
attributes along with the current value.
# Sizing
Meters can be sized using the -small
, -normal
, -medium
, and -large
classes.
# Inverse
You can inverse the order of the coloring by adding the -inverse
class.