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