HTML info-card template
<template id="card"> | |
<div class="info-card"> | |
<p>Basic info card.</p> | |
</div> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<template id="card"> | |
<div class="info-card"> | |
<p>Basic info card.</p> | |
</div> | |
</template> |