---
title: "<List>"
description: "A bulleted or numbered list. One <li> per item; inline formatting and {{variables}} work inside items."
url: https://www.unitpost.com/components/list
section: Components
updated: 2026-08-20
---
# <List>

## <List>

> A bulleted or numbered list. One <li> per item; inline formatting and {{variables}} work inside items.



```tsx
<List>
  <li>Set up your sending domain</li>
  <li>Import your contacts</li>
  <li>Send your first campaign</li>
</List>
```

## Props

| Prop | Type | Default | Description |
| --- | --- | --- | --- |
| `ordered` | boolean | false | Numbered (true) instead of bulleted. |
| `color` | color | — | Text color. |
| `font-size` | number | 16 | Font size (px). |
| `line-height` | string | — | Line height — a unitless multiplier (e.g. 1.5) or CSS length. |

## Related

- [<Text>](https://www.unitpost.com/components/text): A paragraph of body copy. Supports inline marks and {{variables}}.
- [<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).
