Skip to content

Link

stable

Styled anchor element with underline and color variants

TypographyInteractive/Storybook ↗
import { Link } from "@nodus/design-system"
Loading demo…

Props

hrefrequired
Type stringDefault

Link URL

childrenrequired
Type ReactNodeDefault

Link text content

external
Type booleanDefault

Open in new tab with rel=noopener

Metadatatypesemantic
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?