1 dépôt
Libraries for tracking active DOM elements and scoping keyboard events to specific component subtrees.
Distinct from React Libraries: Distinct from general React libraries by specifically targeting DOM focus tracking and keyboard event scoping.
Explore 1 awesome GitHub repository matching web development · Focus Management Libraries. Refine with filters or upvote what's useful.
React hotkeys is a keyboard shortcut manager designed for declaring, scoping, and handling keyboard shortcuts and focus areas in React applications. It allows developers to define declarative shortcuts by binding key combinations or sequences to action names and handler functions, enabling components to respond predictably to user input. The library provides distinct mechanisms for managing how keyboard events interact with the document. It supports scoping hotkeys to specific component subtrees and DOM descendants to match natural browser focus behavior, alongside global key event handling t
Provides tools for tracking active DOM elements and scoping keyboard events to specific component subtrees.