An open API service indexing awesome lists of open source software.

https://github.com/jsmithdev/heart-beat

LWC to show animated heart
https://github.com/jsmithdev/heart-beat

lightning-web-components lwc salesforce

Last synced: 16 days ago
JSON representation

LWC to show animated heart

Awesome Lists containing this project

README

          

# heart-beat

## a pulsating heart lwc

### API / Attribute
```size```
- large
- medium
- small

### Consuming

use in another component:

```html

```

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

### Example

putting below in component:

```html
written with by jamie smith
```

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