Home > @uniformdev/design-system > ParameterLabel

ParameterLabel() function

Signature:

ParameterLabel: ({ id, asSpan, children, testId, ...props }: ParameterLabelProps) => _emotion_react_jsx_runtime.JSX.Element

Parameters

ParameterTypeDescription
{ id, asSpan, children, testId, ...props }ParameterLabelProps

Returns:

_emotion_react_jsx_runtime.JSX.Element

Example

<ParameterLabel id="my-label">my label</ParameterLabel>