Created
March 29, 2018 10:18
-
-
Save vunguyentuan/73b144e0cfd92db252f1469fd994c65b 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
<Tab | |
defaultActiveIndex={1} | |
> | |
<TabHeader> | |
<TabHeaderItem disable> | |
header 1 | |
icon | |
</TabHeaderItem> | |
<TabHeaderItem> | |
header 2 | |
</TabHeaderItem> | |
<TabHeaderItem> | |
header 3 | |
</TabHeaderItem> | |
</TabHeader> | |
<TabBody> | |
<TabItem> | |
content 1 | |
</TabItem> | |
<TabItem> | |
content 2 | |
</TabItem> | |
<TabItem> | |
content 3 | |
</TabItem> | |
</TabBody> | |
</Tab> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment