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