A lightweight web component that traps focus within a DOM node
A focus trap ensures that tab
and shift + tab
keys will cycle through the focus trap's tabbable elements but not leave the focus trap. This is great for making accessible modals. Go here to see a demo https://appnest-demo.firebaseapp.com/focus-trap/.