Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesplease committed Jun 29, 2021
1 parent 3eed742 commit 3fbda51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ All props are optional. Example usage appears beneath the props table.
| `propsFromNode` | function | | A function you can supply to compute additional props to apply to the element. The function is passed one argument, the [focus node](#focusnode). |
| `className` | string | | A class name to apply to this element. |
| `focusedClass` | string | "isFocused" | A class name that is applied when this element is focused. |
| `focusedLeafClass` | string | "isFocusedExact" | A class name that is applied this element is exactly focused. |
| `focusedLeafClass` | string | "isFocusedLeaf" | A class name that is applied this element is a focused leaf. |
| `activeClass` | string | "isActive" | A class name that is applied this element is active. |
| `disabledClass` | string | "focusDisabled" | A class name that is applied this element is disabled. |
| `elementType` | string\|elementType | 'div' | The React element type to render. For instance, `"img"` or [`motion.div`](https://www.framer.com/api/motion/component/). |
Expand Down

0 comments on commit 3fbda51

Please sign in to comment.