Skip to content

Instantly share code, notes, and snippets.

@knalli
Created March 31, 2013 19:13
Show Gist options
  • Save knalli/5281647 to your computer and use it in GitHub Desktop.
Save knalli/5281647 to your computer and use it in GitHub Desktop.
Example of a tabp panel component.
<tabpanel>
<tap title="Panel 1">
<h2>Header</h2>
<p>Text<p<
</tap>
<tap title="Panel 2">
<img src="..."/>
</tap>
</tabpanel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment