# SkipLink

Provide a hidden-until-focus anchor. The secret teleportation pad for power users.

## Notes

- Use only internal hash targets.
- Make the destination focusable when it is not normally tabbable.
- Essential for keyboard users who don't want to tab through 50 nav links on every page load.



## Example

```astro
<SkipLink href="#main-content">Skip to main content</SkipLink>
```
