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

时间:2017-12-12 14:18:29

标签: reactjs react-router react-redux react-navigation

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

如何使用react js?

按键盘标签键来关注路由器(导航)链接和组件

enter image description here

1 个答案:

答案 0 :(得分:1)

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