Skip to content

jsmithdev/heart-beat

Repository files navigation

heart-beat

a pulsating heart lwc

API / Attribute

size

  • large
  • medium
  • small

Consuming

use in another component:

<c-heart-beat size="small"></c-heart-beat>  

there is also a demo lwc included, used w/ lwc local dev server

Example

putting below in component:

written with <c-heart-beat size="small"></c-heart-beat> by <i>jamie smith</i>

would result in below (with the heart animated)


cleaning out old repos, i came across old polymer project i had forked https://github.com/janantala/love-heart

so converted, added size attribute for a little dynamo, etc