0.1.1 • Published 4 years ago

@rock-kit/ui-a11y-content v0.1.1

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

category: packages

ui-a11y-content

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 ui-a11y-content package contains the following components:

Installation

yarn add @rock-kit/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>