The component alternative of the useArrowKeysNavigation hook.
Enables arrow navigation inside an enclosing FocusScope.
const containerRef = useRef(null);<FocusScope containerRef={containerRef}> <ArrowKeysNavigation> <div ref={containerRef}> <input/> </div> </ArrowKeysNavigation></FocusScope> Copy
const containerRef = useRef(null);<FocusScope containerRef={containerRef}> <ArrowKeysNavigation> <div ref={containerRef}> <input/> </div> </ArrowKeysNavigation></FocusScope>
The component alternative of the useArrowKeysNavigation hook.
Enables arrow navigation inside an enclosing FocusScope.