you can use tab to switch the focus of dom elements
npm install react-tabindex-contentyou can use tab to switch the focus of dom elements
!gras
the following order of focus is 3->4->0 , if the allowReadOnly is true , the order will be 3->4->10->0
```
npm install react-tabindex-content
#or
yarn add react-tabindex-content
| Property | Description | Type | Default |
| --- | --- | --- | --- |
| global | effective range , global or inside div | bool | true |
| allowReadOnly | allow readonly element to focus | bool | false |
`js
import React from "react";
import ReactDOM from "react-dom";
import TabIndexContent from "react-tabindex-content";
function App(props) {
return (
}>
disabled${11}}>
ReactDOM.render(
``