We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ac1e9 commit b81f8e1Copy full SHA for b81f8e1
README.md
@@ -22,9 +22,10 @@ $ npm install react-tabindex
22
23
## What does it do?
24
25
-The `useTabIndex` hook returns a value to pass to the `tabIndex` prop on elements
26
-of your choosing. If wrapped in an active `<Untabbable>` ancestor, that `tabIndex`
27
-value will automatically be set to `-1`, making the elements untabbable.
+The `useTabIndex` hook returns a value to pass to the `tabIndex` prop on
+elements of your choosing. If wrapped in an active `<Untabbable>` ancestor, that
+`tabIndex` value will automatically be set to `-1`, making the elements
28
+untabbable.
29
30
## Usage
31
0 commit comments