Trap Focus within a DOM Node
"
focus-trap-react
is a React component that traps focus.It is a light wrapper around focus-trap, tailored to React-specific needs. Use it to create and manage a focus trap. You might want it for, say, building an accessible modal.
It automatically activates when mounted, deactivates when unmounted and can be activated/deactivated, paused/unpaused via props."