Collection Card

A Card to display a product list/collection.

  • Component: <CollectionCard/>

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

  • Import:

import { CollectionCard} from "@/components/layout/collection-card";

The Collection Card displays:

  • Title

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

  • Quote

  • Products Images

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

The products images are updating themselves and will display a "+X" badge 6 or more products are added.

Last updated