Skip to content

Instantly share code, notes, and snippets.

@crysfel
Created May 11, 2015 18:35
Show Gist options
  • Save crysfel/44baf3b00489dfd31531 to your computer and use it in GitHub Desktop.
Save crysfel/44baf3b00489dfd31531 to your computer and use it in GitHub Desktop.
Web Component Template
<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