@aelig/product-card
Product Card
Add
pnpm dlx shadcn@latest add @aelig/product-cardRenders a product detail card with rich description and product image.
Preview
Usage
import { ProductCard } from "@/components/blocks/product-card"
export function Section() {
return <ProductCard {...sectionProps} />
}