---
title: "<Link>"
description: "A standalone styled hyperlink (no button background)."
url: https://www.unitpost.com/components/link
section: Components
updated: 2026-07-14
---
# <Link>

## <Link>

> A standalone styled hyperlink (no button background).



```tsx
<Link href="https://example.com/reset-password?u={{user_id}}">Reset password</Link>
```

## Props

| Prop | Type | Default | Description |
| --- | --- | --- | --- |
| `href` (required) | url | # | Destination URL. {{variables}} are allowed. |
| `align` | enum | left | Alignment. |
| `color` | color | — | Link color. |
| `font-size` | number | 16 | Font size (px). |
| `font-family` | string | — | Override the document font for this link. |
| `underline` | boolean | true | Whether the link is underlined. Defaults to underlined; set false to remove it. |

## Related

- [<Image>](https://www.unitpost.com/components/image): A responsive image, optionally wrapped in a link.
- [<Divider>](https://www.unitpost.com/components/divider): A thin horizontal rule to separate sections.
- [<Spacer>](https://www.unitpost.com/components/spacer): Fixed vertical whitespace (a reliable cross-client gap).
