Custom React hook that traps focus within a specified element.
When enabled, the hook will focus the first focusable child of the
parent element on mount. When disabled, it will return focus to
the previously focused element. It also handles the Tab key
navigation to loop the focus within the child elements.
Custom React hook that traps focus within a specified element.
When enabled, the hook will focus the first focusable child of the parent element on mount. When disabled, it will return focus to the previously focused element. It also handles the
Tab
key navigation to loop the focus within the child elements.Example