Skip to content

wind198/react-unicode-emoji

Repository files navigation

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;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published