import { Link } from "@nodus/design-system"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
hrefreq | string | — | Link URL |
childrenreq | ReactNode | — | Link text content |
external | boolean | — | Open in new tab with rel=noopener |
hrefrequiredType
stringDefault —Link URL
childrenrequiredType
ReactNodeDefault —Link text content
externalType
booleanDefault —Open in new tab with rel=noopener
MobileTouch Target
Inline links within body text have small tap targets. For standalone link CTAs, apply min-h-[44px] py-2. Do not wrap entire paragraphs in link elements.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?