Themes
Marketing
Ecommerce
Installation
$ pnpm dlx shadcn@latest add @emailcn/2-column-team-cards-with-details
Usage
import { TwoColumnTeamCardsWithDetails } from "@/components/emails/ecommerce/product-detail/two-column-team-cards-with-details";<TwoColumnTeamCardsWithDetails
{...TwoColumnTeamCardsWithDetails.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 |