---
title: "<Divider>"
description: "A thin horizontal rule to separate sections."
url: https://www.unitpost.com/components/divider
section: Components
updated: 2026-07-14
---
# <Divider>

## <Divider>

> A thin horizontal rule to separate sections.



```tsx
<Divider />
```

## Props

| Prop | Type | Default | Description |
| --- | --- | --- | --- |
| `color` | color | #e4e4e7 | Line color. |

## Related

- [<Spacer>](https://www.unitpost.com/components/spacer): Fixed vertical whitespace (a reliable cross-client gap).
- [<Markdown>](https://www.unitpost.com/components/markdown): Author rich copy in Markdown — compiled to email-safe HTML.
- [<Code>](https://www.unitpost.com/components/code): A monospace code block — handy for API keys and snippets.
