99.10.0 • Published 4 years ago

@temporg/ux-a11y v99.10.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

category: packages

ux-a11y

npm  build-status  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 ux-a11y package contains the following components:

Installation

yarn add @temporg/ux-a11y

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>