The form template card component.
Parameters:
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
props | object | Component props. Properties
| ||||||||||||||||||||||||||||||||||||||||||||||||
ref | object | | Ref to the component. |
- Since
- 1.1.15
Returns:
The form template card component.
- Type:
- JSX.
Element
Example
import FormTemplateCard from '@gravityforms/components/react/admin/modules/Cards/FormTemplateCard';
return (
<FormTemplateCard
bgColor="iceberg-blue"
headingAttributes={{
content: 'Card title',
weight: 'medium',
size: 'text-sm',
tagName: 'h2',
}}
style="form-template"
/>
);