Home > @uniformdev/design-system > Caption
Caption() function
Component that provides caption text to input fields
Signature:
Caption: ({ children, testId, dynamicSize, ...props }: CaptionProps) => _emotion_react_jsx_runtime.JSX.Element
Parameters
Parameter | Type | Description |
---|---|---|
{ children, testId, dynamicSize, ...props } | CaptionProps |
Returns:
_emotion_react_jsx_runtime.JSX.Element
Example
<Caption>some help text here</Caption>