Difference between revisions of "Meter"
Jump to navigation
Jump to search
(Initial Page) |
|||
Line 37: | Line 37: | ||
none | none | ||
[[Category: | [[Category:Loading Tools]] |
Latest revision as of 09:58, 28 September 2021
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