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=truefor underlined links embedded in copy. - Set
disabled=trueto dim and block interaction. - Omit
hreffor button-style links that trigger actions.
Inline link
Inline styling keeps links visually integrated with surrounding paragraph text.
Read the setup guide before continuing.