Hi @DaniD,
For this product-card component has been used. I am assuming that you are familiar with VueJS.
You can pass attribute props to the component as per your needs.
This is just a sample you need to implement according to your need,
Declaration:
props: [
'list',
'product',
'productAttributes',
],
Passing Props:
<product-card product-attributes="{{ $productAttributes }}" ...>