Skip to content

Instantly share code, notes, and snippets.

@daniele-zurico
Created January 11, 2019 10:41
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 daniele-zurico/35237db3c83b12a24c44acd662e2ca01 to your computer and use it in GitHub Desktop.
Save daniele-zurico/35237db3c83b12a24c44acd662e2ca01 to your computer and use it in GitHub Desktop.
<TabSwitcher>
<Tab id="a">
<button>a</button>
</Tab>
<Tab id="b">
<button>b</button>
</Tab>
<TabPanel whenActive="a">
<div>a panel</div>
</TabPanel>
<TabPanel whenActive="b">
<div>b panel</div>
</TabPanel>
</TabSwitcher>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment