4.0.5 • Published 1 year ago

@wedgekit/a11y v4.0.5

Weekly downloads
90
License
MIT
Repository
-
Last release
1 year ago

@wedgekit/a11y

Purpose

Wedgekit A11y is meant to provide helpful components and helpers for creating applications that are accessible to all peoples in a consistent and predictable way.


⚠️ Warning: The @wedgekit/a11y API will be substantially rewritten in v5. To avoid unnecessary tech debt, it is not advised to add @wedgekit/a11y to new applications until the release of @wedgekit/a11y@5.0.0. This documentation is solely for maintenance purposes only.


Getting Started

In order to use @wedgekit/a11y components your application needs to be wrapped in the A11yProvider. This does not render anything visible; it merely serves to provide context to components deeper within the app.

import { A11yProvider } from '@wedgekit/a11y';

const App = () => (
  <A11yProvider>
    <YourApp />
  </A11yProvider>
);

Modules

@wedgekit/a11y handles two main concerns: a skip navigation bar and a keyboard shortcuts modal

4.0.2-tc.7

2 years ago

4.0.2-tc.6

2 years ago

4.0.2-tc.5

2 years ago

4.0.2-tc.4

2 years ago

4.0.2-tc.3

2 years ago

4.0.2-tc.2

2 years ago

4.0.2-tc.1

2 years ago

4.0.2-tc.0

2 years ago

4.0.5

1 year ago

4.0.4

1 year ago

4.0.3

2 years ago

4.0.2

2 years ago

4.0.3-tc.0

2 years ago

4.1.0-tc.1

2 years ago

4.1.0-tc.0

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

3.0.8

3 years ago

3.0.7

3 years ago

3.0.6

3 years ago

3.0.5

3 years ago

3.0.4

3 years ago

3.0.3

3 years ago

3.0.1

3 years ago

3.0.1-tc.0

3 years ago

3.0.0

3 years ago

2.3.6

4 years ago

2.3.6-tc.6

4 years ago

2.3.6-tc.4

4 years ago

2.3.6-tc.3

4 years ago

2.3.6-tc.2

4 years ago

2.3.6-tc.1

4 years ago

2.3.6-tc.5

4 years ago

2.3.6-tc.0

4 years ago

2.3.5

4 years ago

2.3.5-tc.6

4 years ago

2.3.5-tc.4

4 years ago

2.3.5-tc.5

4 years ago

2.3.4

4 years ago

2.3.5-tc.0

4 years ago

2.3.5-tc.1

4 years ago

2.3.5-tc.2

4 years ago

2.3.5-tc.3

4 years ago

2.3.3

5 years ago

2.3.3-tc.4

5 years ago

2.3.3-tc.3

5 years ago

2.3.3-tc.2

5 years ago

2.3.3-tc.1

5 years ago

2.3.3-tc.0

5 years ago

2.3.2-tc.0

5 years ago

2.3.2

5 years ago

2.3.1

5 years ago

2.3.0

5 years ago

2.3.0-rc.2

5 years ago

2.3.0-rc.1

5 years ago

2.3.0-rc.0

5 years ago

2.2.5-rc.0

5 years ago

2.2.6

5 years ago

2.2.6-rc.0

5 years ago

2.2.5

5 years ago

2.2.4

5 years ago

2.2.3

5 years ago

2.2.2

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago