Installation
Usage
Add the component to your email template. Include styles where needed.Props
TheRow component accepts all standard HTML table attributes.
The content to place inside the row, typically Column components
Inline styles for the row
Implementation Details
TheRow component renders as a table with:
- Centered alignment
- Full width (
100%) - No border, cellPadding, or cellSpacing
role="presentation"for accessibility- Children wrapped in a table row (
<tr>)
TypeScript
Email Client Support
This component was tested using the most popular email clients.| Gmail | Apple Mail | Outlook | Yahoo! Mail | HEY | Superhuman |
|---|---|---|---|---|---|
| ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |