Utility components that enhance the user experience of those that navigate the web with a screen reader or keyboard.
npm install @instructure/ui-a11y-content[![npm][npm]][npm-url]
[![MIT License][license-badge]][license]
[![Code of Conduct][coc-badge]][coc]
Utility components that help provide a good experience for users who navigate the web with a screen reader or keyboard.
The ui-a11y-content package contains the following components:
- AccessibleContent
- PresentationContent
- ScreenReaderContent
``sh`
npm install @instructure/ui-a11y-content
`jsx`
---
example: false
---
>
Presentational content goes here
`jsx`
---
example: false
---
Presentational content here
`jsx``
---
example: false
---
This content is not visible.
[npm]: https://img.shields.io/npm/v/@instructure/ui-a11y-content.svg
[npm-url]: https://npmjs.com/package/@instructure/ui-a11y-content
[license-badge]: https://img.shields.io/npm/l/instructure-ui.svg?style=flat-square
[license]: https://github.com/instructure/instructure-ui/blob/master/LICENSE.md
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
[coc]: https://github.com/instructure/instructure-ui/blob/master/CODE_OF_CONDUCT.md