/remoji

React Emoji Components

Primary LanguageJavaScriptMIT LicenseMIT

Remoji 🐝 🐥 🐍

React Emoji Components

You can use emojis in your apps!

Requirements: npm install underscore

  1. Find the emoji and copy the description you see on this cheatsheet
  2. Simply throw in the description string for props name to render that emoji in your app.
import Remoji from 'remoji.js.jsx'; // Wherever you place the file..

<Remoji name='snake' />

TODO: