Home > @uniformdev/design-system > LimitsBar

LimitsBar() function

Uniform Limits Bar Component

Signature:

Parameters

ParameterTypeDescription
{ current, max, label }LimitsBarProps

Returns:

_emotion_react_jsx_runtime.JSX.Element

Example

<LimitsBar current="3" max="5" label="signals" />