Skip to content

Instantly share code, notes, and snippets.

@freshcutdevelopment
Created September 6, 2017 10:24
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save freshcutdevelopment/9eb4d75ae4c0a4e1c21d22240db83c1c to your computer and use it in GitHub Desktop.
Info card custom element template (Blog)
<template id="info-card">
<slot name="header"><h1>To be replaced with header</h1></slot>
<slot name="body"><p>To be replaced with body </p></slot>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment