Skip to content

Instantly share code, notes, and snippets.

@vunguyentuan
Last active March 31, 2018 03:28
Show Gist options
  • Save vunguyentuan/9e9442b451e83416c47283c4ddd93f85 to your computer and use it in GitHub Desktop.
Save vunguyentuan/9e9442b451e83416c47283c4ddd93f85 to your computer and use it in GitHub Desktop.
<Tab defaultActiveIndex={1}>
<div>
<h2>header title</h2>
<TabHeader>
<TabHeaderItem>
<button>Header 1</button>
</TabHeaderItem>
<TabHeaderItem>
<button>Header 2</button>
</TabHeaderItem>
<TabHeaderItem>
<button>Header 3</button>
</TabHeaderItem>
</TabHeader>
</div>
<div>
<div>
body header
</div>
<TabBody>
<TabItem>content 1</TabItem>
<TabItem>content 2</TabItem>
<TabItem>content 3</TabItem>
</TabBody>
</div>
</Tab>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment