Themes
Marketing
Ecommerce
Installation
$ pnpm dlx shadcn@latest add @emailcn/feature-with-large-portrait-image
Usage
import { FeatureWithLargePortraitImage } from "@/components/emails/marketing/feature/feature-with-large-portrait-image";<FeatureWithLargePortraitImage
{...FeatureWithLargePortraitImage.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 |