1.4.2 • Published 4 years ago

@palmaswelll/focus-manager v1.4.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
4 years ago

Focus Manager

The main idea behind the <FocusManager /> is to allow developers to easily implement meaningful keyboard navigation flows in React applications.

CircleCI

The Problem

Developing accessible web sites and applications is not easy. Yet, it's our responsibility as developers to include as many people in our applications as we can. A Keyboard navigation implementation should be consistent across all sites but flexible enough to create new flows and interactions.

The Solution

@palmaswelll/focus-manager is a Keyboard and Focus manager context provider that allows you to implement keyboard navigation flows in React applications. It registers, tracks, and delegate events to DOM elements or React components.

Installation

This module is distributed via npm and should be installed as one of your project's dependencies:

npm

npm install --save @palmaswelll/keyboard-manager
npm install --save @palmaswelll/focus-manager

or

yarn

yarn add @palmaswelll/keyboard-manager
yarn add @palmaswelll/focus-manager

The Example

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago