npm.io
11.7.3 • Published 1 month ago

@instructure/ui-a11y-content

Licence
MIT
Version
11.7.3
Deps
4
Size
192 kB
Vulns
0
Weekly
0
Stars
478

ui-a11y-content

npm MIT License Code of Conduct

Utility components that help provide a good experience for users who navigate the web with a screen reader or keyboard.

Components

The ui-a11y-content package contains the following components:

Installation
npm install @instructure/ui-a11y-content
Usage
---
example: false
---
<AccessibleContent
  alt="Alternative text for a screen reader only"
>
  <Text>
    Presentational content goes here
  </Text>
</AccessibleContent>
---
example: false
---
<PresentationContent>
  <Text>
    Presentational content here
  </Text>
</PresentationContent>
---
example: false
---
<ScreenReaderContent>
  This content is not visible.
</ScreenReaderContent>