An open API service indexing awesome lists of open source software.

https://github.com/crispengari/react-emojify

πŸŽ†πŸŽ†πŸŽ‡βœ¨This is a simple Emoji React Component.
https://github.com/crispengari/react-emojify

emoji javascript react react-emoji react-emojis reactjs typescript

Last synced: 4 months ago
JSON representation

πŸŽ†πŸŽ†πŸŽ‡βœ¨This is a simple Emoji React Component.

Awesome Lists containing this project

README

          

### 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`

```shell
npm i @crispengari/react-emojify
```

2. using `yarn`

```shell
yarn add @crispengari/react-emojify
```

### Usage

This Component can be used as follows:

```tsx
import { Emoji } from '@crispengari/react-emojify';

export const MyEmoji = () => ;
```

### 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**](https://react-emojis-list.vercel.app/).