A label component.
Parameters:
Name | Type | Description | |||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
props | object | Component props. Properties
| |||||||||||||||||||||||||||||||||||||||
ref | object | | Ref to the component. |
- Since
- 1.1.18
- Source
Returns:
The Label component.
- Type:
- JSX.
Element
Example
import Label from '@gravityforms/components/react/admin/elements/Label';
return <Label htmlFor="input-id">{ 'Input label' }</Label>;