Product Card

Your main element, this card will showcase your product with a quick look at its category and options.

  • Component: <ProductCard/>

  • Path: /components/layout/product-card.tsx

  • Import:

import { ProductCard } from "@/components/layout/product-card";

The card displays:

  • Label

  • "Owner" (links to X if it starts with @)

  • Image

  • Category

  • Options (links/filters)

It's clickable and will get you to the product own page.

Last updated