width Track length, in pixels. | number | 400 |
height Track thickness, in pixels. | number | 80 |
line The tick marks along the track: how many, how thick, how long. | { count?: number; width?: number; length?: number; } | — |
value Where the gauge reads, 0–100. | number | 50 |
labels "percentage" prints the value, or pass your own strings to label the ticks. "none" hides them. | none•percentage•string[] | none |
hue Colour the fill by its value — a named ramp, or a [from, to] pair of hue degrees to interpolate between. | success•neutral•danger•[number, number] | — |
color A single colour for the fill, when it should not vary with the value. Takes a token or any CSS colour. | ColorValue | contrast |
| …and every FlexProps prop | inherited | — |