The integration card component.

Parameters:
NameTypeDescription
propsobject

Component props.

Properties
NameTypeDescription
afterTitleJSX.Element | null

React element for after the title.

customAttributesobject

Custom attributes for the component.

customClassesstring | Array | object

Custom classes for the component.

descriptionJSX.Element | null

React element for the description.

footerContentArray

Array of React elements for the footer content.

footerGridAttributesobject

Custom attributes for the footer grid.

headerContentArray

Array of React element for the header content.

headerGridAttributesobject

Custom attributes for the header grid.

titleJSX.Element | null

React element for the title.

titleGridAttributesobject

Custom attributes for the title grid.

refobject | null

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"
    />
);