@aelig/product-card

Product Card

Add

pnpm dlx shadcn@latest add @aelig/product-card

Renders a product detail card with rich description and product image.

Preview

Product card

A compact product preview with rich HTML copy and a clear purchase action.

Usage

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

export function Section() {
  return <ProductCard {...sectionProps} />
}