# LinkButton

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

## Notes

- 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

```astro
<LinkButton href="/components/button" selected>Button docs</LinkButton>
```
