Skip to content

๐ŸŽ†๐ŸŽ†๐ŸŽ‡โœจThis is a simple Emoji React Component.

License

Notifications You must be signed in to change notification settings

CrispenGari/react-emojify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

React Emojify

This is a React Component Library for rendering emoji components.

react-emojify

Getting started

To use react-emojify you need to install it as follows:

  1. using npm
npm i @crispengari/react-emojify
  1. 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:

NameDescriptionRequired
emojiIdstringtrue
labelstringfalse

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.