通过使用ReactJS按键盘Tab键,在路由器(导航)链接和组件之间进行聚焦

问题描述 投票:0回答:1

我正在使用ReactJS,Redux,Redux-Saga开发单页Web应用程序,并且使用react-router创建导航链接。

如何通过使用react js按键盘标签键来关注路由器(导航)链接和组件?

enter image description here

reactjs react-router react-redux react-navigation
1个回答
1
投票

使用focus-trap-react模块在React App中设置tabIndex,参考了这个github教程:https://github.com/davidtheclark/focus-trap-react

© www.soinside.com 2019 - 2024. All rights reserved.