falling-emojis
v1.0.10
Published
Choose an emoji and make a rain with it.
Downloads
332
Maintainers
Readme
falling-emojis
Choose an emoji and make a rain with it.
Install
npm install --save falling-emojis
or
yarn add falling-emojis
Usage
See more on github.
import React from 'react';
import { FallingEmojis } from 'falling-emojis';
const App = () => {
return <FallingEmojis emoji={'🎉'} />
}
export default App;
Sample
Originally I made a site (Check it out: https://forever2020.dnyyy.vercel.app/) where I made this falling animation and I thougth it might be helpful, easier and interesting to others.
To Do:
- [x] Fix position and z-index problems...
- [ ] Rotation animation
- [ ] More modification opporunities
License
MIT © dnyyy