beating-heart-emoji
v1.0.8
Published
Made with create-react-library
Downloads
4
Readme
beating-heart-emoji
This package helps you embed an emoji of a beating heart in your HTML element without writing any extra code for animations.
Install
npm install --save beating-heart-emoji
Usage
import React from 'react'
import { BeatingHeart } from 'beating-heart-emoji'
import 'beating-heart-emoji/dist/index.css'
const App = () => {
return <BeatingHeart />
}
export default App
Output
It looks like this
License
MIT © pradeepradyumna