Home > @uniformdev/design-system > LimitsBar
LimitsBar() function
Uniform Limits Bar Component
Signature:
Parameters
Parameter | Type | Description |
---|---|---|
{ current, max, label } | LimitsBarProps |
Returns:
_emotion_react_jsx_runtime.JSX.Element
Example
<LimitsBar current="3" max="5" label="signals" />