@crispengari/react-emojify
v0.1.1
Published
This is a React Component Library for rendering emoji components.
Downloads
22
Maintainers
Readme
React Emojify
This is a React Component Library for rendering emoji components.
Getting started
To use react-emojify
you need to install it as follows:
- using
npm
npm i @crispengari/react-emojify
- using
yarn
yarn add @crispengari/react-emojify
Usage
This Component can be used as follows:
import { Emoji } from '@crispengari/react-emojify';
export const MyEmoji = () => <Emoji emojiId="react@emojify-200" />;
Props
These are the additional the props that can be passed to the component:
Note that the other props for the Emoji
are the props for a regular html
span
tag.
Where to find EmojiIds?
Emoji id's are found on the React Emojify Library.