Skip to content

Instantly share code, notes, and snippets.

@domfarolino
Created December 3, 2016 18:06
Show Gist options
  • Save domfarolino/071653d1886c3916fbed9c18a3e2ce27 to your computer and use it in GitHub Desktop.
Save domfarolino/071653d1886c3916fbed9c18a3e2ce27 to your computer and use it in GitHub Desktop.
<link rel="stylesheet" href="styles.css"> <!-- For the daring (Chrome 54+) -->
<div class="card">
<slot name="card-header">Fallback Header</slot>
<slot name="card-body">Fallback card-body text</slot>
<p class="card-footer">
Written by <slot name="card-author"></slot>
</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment