A link component in React.
Parameters:
Name | Type | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
props | object | Component props. Properties
| ||||||||||||||||||||||||
ref | object | | Ref to the component. |
- Since
- 1.1.15
- Source
Returns:
The link component.
- Type:
- JSX.
Element
Example
import Link from '@gravityforms/components/react/admin/elements/Link';
return <Link href="https://path.to.link/" target="_blank">{ 'Click me' }</Link>;