Skip to content

Instantly share code, notes, and snippets.

@stubbornella
Created January 6, 2015 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stubbornella/cdf385f692e3b89a6118 to your computer and use it in GitHub Desktop.
Save stubbornella/cdf385f692e3b89a6118 to your computer and use it in GitHub Desktop.
tabs jsx interface react
<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