1.0.1 • Published 1 year ago

react-unicode-emoji v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

React emoji

Introduction

A react component that render Unicode emoji listed in the link Unicode Emoji.

All you need to do is provide 3 information, the category, the group and the code, which you can consult from the link above.

import ReactEmoji from "./core/components/ReactEmoji";

function App() {
  return (
    <div>
      <ReactEmoji
        category="Smileys & Emotion"
        group="face-smiling"
        code="U+1F600"
      />
    </div>
  );
}

export default App;
1.0.1

1 year ago

1.0.0

1 year ago