---
describes: ScreenReaderContent
---

The ScreenReaderContent component renders content that is accessible to
screen readers, but is not visible.

```js
---
type: example
---
<ScreenReaderContent>
  This content is not visible.
</ScreenReaderContent>
```
