Skip to content

Link

A styled anchor with sensible defaults: underline on hover, and honest new-tab behavior for external links.

Internal

<Link href="/guides/theming">Theming guide</Link>

External

<Link href="https://astro.build" external>Astro docs</Link>

Underline

<Link href="/" underline="always">Always</Link>

Props

PropTypeDefaultDescription
hrefstring-Destination.
externalbooleanfalseNew tab + icon + hidden warning.
underlinealways | hover | nonehoverUnderline policy.

Accessibility