Keyboard navigation library for React, providing primitives for building web applications with keyboard navigation support.
npm install @zeroconf/keyboard-navigation!npm version

This library ships with an implementation that works with react, but it is not limited to react. Maybe later the react
part will be moved to separate library.
First add the keyboard-navigation to your project
``shell`
npm install @zeroconf/keyboard-navigation
or
`shell`
yarn add @zeroconf/keyboard-navigation
`html