---
title: "Email components"
description: "@unitpost/email building blocks with props and snippets."
url: https://www.unitpost.com/components
section: "Components"
updated: 2026-07-31
---

# Email components

> @unitpost/email building blocks with props and snippets.

HTML hub: https://www.unitpost.com/components

- [<Section>](https://www.unitpost.com/components/section): A padded layout container that groups blocks with a background. ([Markdown](https://www.unitpost.com/components/section.md))
- [<Row>](https://www.unitpost.com/components/row): A multi-column container — holds <Column> children side by side. ([Markdown](https://www.unitpost.com/components/row.md))
- [<Column>](https://www.unitpost.com/components/column): A vertical slice of a Row. Only valid inside <Row>. ([Markdown](https://www.unitpost.com/components/column.md))
- [<Heading>](https://www.unitpost.com/components/heading): A title (H1–H4). Inner text supports {{variables}}. ([Markdown](https://www.unitpost.com/components/heading.md))
- [<Text>](https://www.unitpost.com/components/text): A paragraph of body copy. Supports inline marks and {{variables}}. ([Markdown](https://www.unitpost.com/components/text.md))
- [<Button>](https://www.unitpost.com/components/button): A call-to-action — a styled, padded link that looks like a button. ([Markdown](https://www.unitpost.com/components/button.md))
- [<Link>](https://www.unitpost.com/components/link): A standalone styled hyperlink (no button background). ([Markdown](https://www.unitpost.com/components/link.md))
- [<Image>](https://www.unitpost.com/components/image): A responsive image, optionally wrapped in a link. ([Markdown](https://www.unitpost.com/components/image.md))
- [<Divider>](https://www.unitpost.com/components/divider): A thin horizontal rule to separate sections. ([Markdown](https://www.unitpost.com/components/divider.md))
- [<Spacer>](https://www.unitpost.com/components/spacer): Fixed vertical whitespace (a reliable cross-client gap). ([Markdown](https://www.unitpost.com/components/spacer.md))
- [<Markdown>](https://www.unitpost.com/components/markdown): Author rich copy in Markdown — compiled to email-safe HTML. ([Markdown](https://www.unitpost.com/components/markdown.md))
- [<Code>](https://www.unitpost.com/components/code): A monospace code block — handy for API keys and snippets. ([Markdown](https://www.unitpost.com/components/code.md))
- [<Html>](https://www.unitpost.com/components/html): A raw HTML escape hatch — pasted markup is preserved verbatim (sanitized). ([Markdown](https://www.unitpost.com/components/html.md))
