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: 2 months ago
JSON representation
πππβ¨This is a simple Emoji React Component.
- Host: GitHub
- URL: https://github.com/crispengari/react-emojify
- Owner: CrispenGari
- License: other
- Created: 2022-10-15T06:09:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T15:06:39.000Z (over 3 years ago)
- Last Synced: 2025-03-27T17:01:50.172Z (about 1 year ago)
- Topics: emoji, javascript, react, react-emoji, react-emojis, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 354 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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:
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/).