FunctionProductCard({
product,
imgWidth,
imgHeight,
imgPriority,
imgLoading,
imgSizes,
imgLayout = 'responsive',
})
components/common/ProductCard.tsx:21
FunctionProductCardDemo({
product,
imgWidth,
imgHeight,
imgPriority,
imgLoading,
imgSizes,
imgLayout = 'responsive',
})
components/common/ProductCardDemo.tsx:22
FunctionProductGrid({
products: initialProducts,
collection,
productsList,
offset = 0,
limit = 10,
cardProps,
highl
blocks/ProductGrid/ProductGrid.tsx:27
FunctionThumbnail({
src,
onClick,
onHover,
name,
width,
height,
})
components/common/Thumbnail.tsx:15