Actions and status
LinkButton
Render navigation styled like a button. For those times when an anchor tag just doesn't carry enough visual weight.
Curated demo
Reference
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!
Example snippet
<LinkButton href="/components/button" selected>Button docs</LinkButton>