Function Meter
Source pub fn Meter(props: MeterProps) -> impl IntoView
Expand description
§Required Props
- level:
f32
- Normalized level in
[0, 1]. Out-of-range values are clamped.
§Optional Props
- bar_count:
u8
- Number of segments to render.
- danger:
bool
true to render in the danger color (clipping / over).