1.0.10 • Published 3 years ago

falling-emojis v1.0.10

Weekly downloads
24
License
MIT
Repository
github
Last release
3 years ago

falling-emojis

Choose an emoji and make a rain with it.

NPM JavaScript Style Guide

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:

  • Fix position and z-index problems...
  • Rotation animation
  • More modification opporunities

License

MIT © dnyyy

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago