The add card component. used to display icons with a measurement of some kind.
Parameters:
| Name | Type | Description | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
props | object | Component props. Properties
| |||||||||||||||||||||
ref | object | | Ref to the component. |
- Since
- 5.8.1
Returns:
The add card component.
- Type:
- JSX.
Element
Example
import AddCard from '@gravityforms/components/react/admin/modules/Cards/AddCard';
return (
<AddCard />
);