Themes
Ecommerce
UI Elements
Installation
$ pnpm dlx shadcn@latest add @emailcn/mjml-feature-row
Usage
import { FeatureRow } from "@/components/emails/feature-row";<FeatureRow {...FeatureRow.PreviewProps} />API Reference
Feature Row
| Prop | Type | Default | Description |
|---|---|---|---|
theme | EmailTheme | defaultTheme | Email theme styling |
icon | string | - | Icon emoji or URL |
title | string | - | Feature title |
description | string | - | Feature description |
align | "left" | "center" | "left" | Text alignment |