Last active
August 29, 2015 14:20
-
-
Save crysfel/706036d337b21d779e0b to your computer and use it in GitHub Desktop.
Defining a web component
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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