2.0.2 • Published 4 months ago

react-flying-reaction v2.0.2

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

React Flying Reaction

React flying reaction from Emoji Unicode Reference. Emoji length not more then 8 at a time. you can use the decimal or hexadecimal unicode send as props and you can also manage animation from css override. for emoji unicode check below link. Read more

Expected Output

Usage

import Reaction, { init } from "react-flying-reaction";
function App() {
  const [run, setRun] = useState(false);
  if (!run) {
    init();
    setRun(true);
  }
  return <Reaction emojiCode="&#128513;" emojiLength={4} />;
}
1.1.4

4 months ago

1.1.3

4 months ago

2.0.2

4 months ago

2.0.1

4 months ago

2.0.0

4 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.1.2

1 year 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