# @elemental-ui-alpha/a11y

> The components in this design system have been implemented with accessibility built in. This package aims to provide helpers for other occasions.

Latest version **0.0.2** (published 2020-04-24) · 0 weekly downloads

## Install

```sh
npm install @elemental-ui-alpha/a11y
pnpm add @elemental-ui-alpha/a11y
yarn add @elemental-ui-alpha/a11y
bun add @elemental-ui-alpha/a11y
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2020-04-24 |
| First published | 2020-04-23 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 23 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | dsf-release-bot, mitchellhamilton |

## Links

- npm: https://www.npmjs.com/package/@elemental-ui-alpha/a11y
- npm.io page: https://npm.io/package/@elemental-ui-alpha/a11y

## Dependencies (2)

- [@babel/runtime](https://npm.io/package/@babel/runtime.md) ^7.8.3
- [@elemental-ui-alpha/utils](https://npm.io/package/@elemental-ui-alpha/utils.md) ^0.0.2

## Recent versions

- 0.0.2 (latest) — 2020-04-24
- 0.0.1 — 2020-04-23
- 0.0.0 — 2020-04-23

## README

# A11y

```jsx
import { VisuallyHidden } from '@elemental-ui-alpha/a11y';
```

## Visually Hidden

Content which should be visually hidden, but remain accessible to assistive
technologies such as screen readers, can be styled using `VisuallyHidden`.

This can be useful in situations where additional visual information or cues
(such as meaning denoted through the use of icons or colour) need to also be
conveyed to non-visual users.

---
_Source: https://npm.io/package/@elemental-ui-alpha/a11y · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
