Skip to main content
Version: v6.8.1

Product Card Modern

Product Card Modern

Preview

Product Modern Card preview

API

PropertyTypeIs RequiredDefault
productProduct Typetrue
classNamestrtingfalse

Product Type

src/components/cards/product-modern-card.tsx
type Product = {
slug?: string;
title: string;
description?: string;
price: string | number;
sale_price?: string | number;
thumbnail: string | StaticImport;
colors?: string[];
};