Home > @uniformdev/design-system > Caption

Caption() function

Component that provides caption text to input fields

Signature:

Parameters

ParameterTypeDescription
{ children, testId, dynamicSize, ...props }CaptionProps

Returns:

_emotion_react_jsx_runtime.JSX.Element

Example

<Caption>some help text here</Caption>