Created
January 6, 2015 19:59
-
-
Save stubbornella/cdf385f692e3b89a6118 to your computer and use it in GitHub Desktop.
tabs jsx interface react
This file contains 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
<Tabs> | |
<Tab heading="My first tab" >Content for first tab</Tab> | |
<Tab heading="My second tab" >Content for second tab</Tab> | |
</Tabs> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment