Your product card components needs to meet some specific requirements
display
of the type YourDisplay
(see previous page) OR null
.
If display
is null
, it means that there’s no data for this product card yet, and you should display a product card as close to the dimensions as the one you’ll display when you’ll have data, we’ll call this a “placeholder”. The placeholder serves as a loading indicator for users as well as enabling scroll restoration when going back and minimizing content shift.
`display` is `null`
`display` is `HoudiniDisplay`