Skip to content

Instantly share code, notes, and snippets.

@crysfel
Last active August 29, 2015 14:20
Show Gist options
  • Save crysfel/706036d337b21d779e0b to your computer and use it in GitHub Desktop.
Save crysfel/706036d337b21d779e0b to your computer and use it in GitHub Desktop.
Defining a web component
<my-panel>
<h2>Introduction</h2>
<h1>My custom panel</h1>
<p>This is the content of the panel, we can add anything we need!</p>
</my-panel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment