Open
Description
Currently have three different implementations of the highlight cards.
- https://github.com/Automattic/wp-calypso/tree/trunk/packages/components/src/highlight-cards
- https://github.com/Automattic/wp-calypso/tree/trunk/client/my-sites/stats/stats-email-top-row
- https://github.com/Automattic/wp-calypso/tree/trunk/client/my-sites/stats/wordads
The general format is icon, title, and a display value. It might make sense to have the first two be props and the third be presented by the caller (ie: <Card title='Clicks' icon='arrow'>{ /* child elements */ }</Card>
.