Themes
Marketing
Ecommerce
Installation
$ pnpm dlx shadcn@latest add @emailcn/feature-with-product-image
Usage
import { FeatureWithProductImage } from "@/components/emails/marketing/feature/feature-with-product-image";<FeatureWithProductImage {...FeatureWithProductImage.PreviewProps} />API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
imageSrc | string | - | Feature image URL |
imageAlt | string | - | Feature image alt text |
title | string | - | Feature title |
description | string | - | Feature description |
theme | EmailTheme | defaultTheme | Email theme styling |