Skip to content

Instantly share code, notes, and snippets.

@vbkmr
Last active December 21, 2019 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vbkmr/0e856bc9c12e4b216204ea903737360c to your computer and use it in GitHub Desktop.
Save vbkmr/0e856bc9c12e4b216204ea903737360c to your computer and use it in GitHub Desktop.
<template id="fancy-af-button-template">
<button>
<slot />
<!-- placeholder inside a WC to be replaced by markups attached at run-time -->
</button>
</template>
<fancy-af-button>
<span>I'm fancy!</span> <!-- will replace <slot /> -->
</fancy-af-button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment