Skip to content

SkipLink

A shortcut past the chrome. Hidden until focused, then it takes keyboard users straight to the content.

Example

Skip to content

Focus the link above (Tab from the address bar on a page using it), then Enter.

<SkipLink target="#demo-main" />
<main id="demo-main" tabindex="-1">...</main>

Props

PropTypeDefaultDescription
targetstring#mainId of the main content.
labelstringSkip to contentLink text.

Accessibility