Themes
Marketing
Ecommerce
Installation
$ pnpm dlx shadcn@latest add @emailcn/feature-with-product-image
Usage
import { FeatureWithProductImage } from "@/components/emails/ecommerce/product-detail/feature-with-product-image";<FeatureWithProductImage {...FeatureWithProductImage.PreviewProps} />API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
productImageUrl | string | - | Product image URL |
productName | string | - | Product name |
productDescription | string | - | Product description |
price | string | - | Product price |
ctaLabel | string | - | CTA button label |
ctaHref | string | "#" | CTA button link |
theme | EmailTheme | defaultTheme | Email theme styling |