A11y nav
Shortcut links for keyboard users
How to use
- Place this component in the beginning of the body. Read page structure for more information.
- Do not put anything except links inside the a11y nav component
Code
<div class="kth-a11y-nav">
<a href="#main-content">Go to main content</a>
</div>
@use "@kth/style/scss/components/a11y-nav.scss";