react-flying-reaction
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

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

dd

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} />;
}

Readme

Keywords

Package Sidebar

Install

npm i react-flying-reaction

Weekly Downloads

2

Version

2.0.2

License

none

Unpacked Size

22.8 kB

Total Files

4

Last publish

Collaborators

  • learnreactcode