---
title: "<Text>"
description: "A paragraph of body copy. Supports inline marks and {{variables}}."
url: https://www.unitpost.com/components/text
section: Components
updated: 2026-07-14
---
# <Text>

## <Text>

> A paragraph of body copy. Supports inline marks and {{variables}}.

Inner content may include inline HTML for formatting: <strong>, <em>, <u>, <a href>, and <span style> (color / background-color). These round-trip through the visual editor.

```tsx
<Text>Hi {{first_name}}, thanks for signing up.</Text>
```

## Props

| Prop | Type | Default | Description |
| --- | --- | --- | --- |
| `align` | enum | left | Text alignment. |
| `color` | color | — | Text color. |
| `font-size` | number | 16 | Font size (px). |
| `font-family` | string | — | Override the document font for this block. |
| `font-weight` | string | — | Font weight (e.g. 400, 500, 600, 700). |
| `line-height` | string | — | Line height — a unitless multiplier (e.g. 1.5) or CSS length. |
| `letter-spacing` | number | — | Letter spacing (tracking) in px. |

## Related

- [<Button>](https://www.unitpost.com/components/button): A call-to-action — a styled, padded link that looks like a button.
- [<Link>](https://www.unitpost.com/components/link): A standalone styled hyperlink (no button background).
- [<Image>](https://www.unitpost.com/components/image): A responsive image, optionally wrapped in a link.
