emo-react
v2.2.3
Published
Universal emojis for React that appear the same on every device
Downloads
5
Readme
emo
Universal emojis that appear the same on every device
Install
npm install --save emo-react
## Or with Yarn
yarn add emo-react
Usage
import React from 'react';
import Emoji from 'emo-react';
const Example = () => <Emo>🕊️</Emo>;
Would return:
On any and every device
License
MIT © Juliette Cordor