React Emoji Components
You can use emojis in your apps!
Requirements: npm install underscore
- Find the emoji and copy the description you see on this cheatsheet
- 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' />
- Put this in a node module so it's easier to install..
npm install remoji
- Use a cdn option: http://www.tortue.me/
- https://docs.npmjs.com/getting-started/creating-node-modules