## Plus Plan Impact table

A table style layout for the core numbers we present to our shops; clicks, impressions and footfall.

Takes props of __title__ and __items__.
Items is an array of objects with the keys "label" and "value".

```javascript
const items = [{"label": "clicks", "value": "1099"}, {"label": "impressions", "value": "10599"}, {"label": "footfall", "value": "76"}];

```