core
Link
Import
import { Link } from '@connor-adams/designsystem'Usage
An inline anchor for body copy and table cells. Defaults to the oxblood-leaning --text-link; underline appears on hover only.
<Link href="/statements">View statements</Link>
<Link href="https://help.cashflow.app" external muted>Help centre</Link>
Variants: muted, subtle (foreground color), external (adds ↗ + opens in new tab).
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| muted | boolean | undefined | false | |
| subtle | boolean | undefined | false | |
| external | boolean | undefined | false |