Meter
Jump to navigation
Jump to search
The meter component is a simple progress bar.
Technical information
The iv-meter
is for use as a simple progress bar.
Props
min
Type: Number
Required: true
Default: 0
Description: The number at which the progress bar is completely empty.
max
Type: Number
Required: True
Default: 100
Description: The number at which the progress bar is completely full.
value
Type: Number
Required: True
Default: 0
Description: The completeness of the bar. Bar is partially filled if value is between min and max.
Events
none