The heading component.
Parameters:
Name | Type | Description | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
props | object | Component props. Properties
| ||||||||||||||||||||||||||||||
ref | object | | Ref to the component. |
- Since
- 1.1.15
- Source
Returns:
The heading component.
- Type:
- JSX.
Element
Example
import Heading from '@gravityforms/components/react/admin/elements/Heading';
return <Heading tagName="h2">{ 'Heading text' }</Heading>;