The metric 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
- 4.4.4
Returns:
The form template card component.
- Type:
- JSX.
Element
Example
import MetricCard from '@gravityforms/components/react/admin/modules/Cards/MetricCard';
return (
<MetricCard
style="metric"
/>
);