Link

Styled anchor for navigation and inline references.

With href, renders an anchor; without href, renders a button (or span when span is true). Use inline when the link sits in body copy. For in-page section scroll-spy rails use Anchor — not Link.

  • In-app navigation, external URLs, and lightweight inline actions
  • Inline references within paragraphs and help text
  • Disabled links that remain focusable for explanatory tooltips
  • Pass href="#path" for anchor navigation.
  • Set inline=true for underlined links embedded in copy.
  • Set disabled=true to dim and block interaction.
  • Omit href for button-style links that trigger actions.
External href

Absolute URLs render as standard anchors with the provided destination.