focus-trap
Briefly

Build accessible modals by trapping focus within a DOM node. Use a modular vanilla JS solution to cycle through focusable elements without escaping the focus trap.
Tab and Shift+Tab keys cycle through focus trap's tabbable elements. Clicks within the trap are normal but blocked outside. Deactivate the trap with the Escape key.
Read at npm
[
|
]