Product Card
Your main element, this card will showcase your product with a quick look at its category and options.
import { ProductCard } from "@/components/layout/product-card";
Sizing


Flip Effect


Last updated
Your main element, this card will showcase your product with a quick look at its category and options.
import { ProductCard } from "@/components/layout/product-card";




Last updated
const metadata = {
...
cards: "large", // "default" | "large" | "vertical"
...
};
module.exports = { metadata };
const metadata = {
...
enableFlipCards: true, // Set to true to enable flip functionality
...
};
module.exports = { metadata };