Product List
ProductList
A list of products, looking the same as Collection
component, but instead of the collectionId
, you need to pass the array of productId
s. and optional carousel
and imgSize
attributes.
example:
<ProductList
productIds={[
"5911c26c8aa0ce3d70cd607b",
"5c878cc5a6e96d00012e1771",
"5c878cc5a6e96d00012e1775",
]}
/>

Properties
Name | Description | Type | Required | Default |
---|---|---|---|---|
productIds | array of single productIds | array of strings | true | none |
carousel | enables carousel display | boolean | false | false |
imgSize | changes the size of single product tile | string ('small', 'medium' or 'large') | false | none |
Updated 11 months ago