Created
June 18, 2019 01:21
-
-
Save ryanseddon/d8f9bb3c56499b0cb3f6046ab78920c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<button {...getTabProps({ | |
item: 'tab 1', | |
index: 0, | |
focusRef: React.createRef(null) | |
})> | |
tab 1 | |
</button> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment