Created
May 11, 2015 18:35
-
-
Save crysfel/44baf3b00489dfd31531 to your computer and use it in GitHub Desktop.
Web Component Template
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
<template> | |
<div id="panel"> | |
<div class="panel-header"> | |
<div class="panel-buttons"> | |
<span class="toggle">^</span> | |
</div> | |
<h1><content select="h1"></content></h1> | |
</div> | |
<div class="panel-body"> | |
<content></content> | |
</div> | |
</div> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment