Caption
The Caption component renders supplementary text below form inputs. It is used to provide additional context or hints for form fields.
Usage
import { Caption } from '@harnessio/ui/components'
return ( <Caption>This is a caption</Caption>)
API Reference
Prop | Required | Default | Type |
---|---|---|---|
children | true | ReactNode | |
className | false | string |