Skip to main content

Patterns

Screen Reader

The .sr-only utility will hide elements visually but keep them visible to screen readers.

<a href="#">This text will be read aloud and visible to users.</a>
<a class="sr-only" href="#">However, this text will be read aloud by screen readers.</a>
<a class="sr-only sr-only-focusable" href="#">Will appear when focused on.</a>