The integration card component.
Parameters:
Name | Type | Description | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
props | object | Component props. Properties
| |||||||||||||||||||||||||||||||||
ref | object | | Ref to the component. |
- Since
- 2.3.1
Returns:
The integration card component.
- Type:
- JSX.
Element
Example
import IntegrationCard from '@gravityforms/components/react/admin/modules/Cards/IntegrationCard';
return (
<IntegrationCard
style="integration"
/>
);