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
- Host: GitHub
- URL: https://github.com/jsmithdev/heart-beat
- Owner: jsmithdev
- Created: 2019-10-10T06:21:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T06:36:38.000Z (over 6 years ago)
- Last Synced: 2025-03-23T17:24:46.230Z (about 1 year ago)
- Topics: lightning-web-components, lwc, salesforce
- Language: CSS
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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