Declarative Hotkey And Focus Area Management For React

Description:

React HotKeys is a declarative library for handling hotkeys and focus areas in React applications.

Feature Overview:

  • Minimal and declarative API
  • Named hotkeys for easy customization
  • Intuitive key commands
  • Tree-based priority – the deepest focused handler wins
  • Easy-to-useĀ HOCĀ available.

Installation:

# Yarn
$ yarn add react-hotkeys
# NPM
$ npm install react-hotkeys --save

Preview:

Declarative Hotkey And Focus Area Management For React-min

Add Comment