Simplex

Components

Skip-link

The skip-link component is an internal link at the beginning of a document that permits users to skip navigational material and quickly access the document's main content. Skip links are particularly useful for users who access a document with screen readers and users who rely on keyboards. This link only becomes visible when in the focus state.

Overall usage

Must be placed directly after the <body> start tag.

Accessibility

Important for any complex documents with complex navigation.


.skip-link

N/A
<div class="skip-link">
  <a href="#content">Skip to content (Press enter)</a>
</div>