Skip to main content

Actions and status

LinkButton

Render navigation styled like a button. For those times when an anchor tag just doesn't carry enough visual weight.

Render navigation styled like a button. For those times when an anchor tag just doesn't carry enough visual weight.

  • Use LinkButton for navigation rather than form submission.
  • Set external when linking to a new tab target.
  • Use selected for the current destination so link state stays visible and semantic. It looks like a button, but acts like a link. It's an imposter!
<LinkButton href="/components/button" selected>Button docs</LinkButton>