@crispengari/react-emojify
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

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:

Name Description Required
emojiId string true
label string false

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.

Package Sidebar

Install

npm i @crispengari/react-emojify

Weekly Downloads

48

Version

0.1.1

License

MIT

Unpacked Size

7.75 MB

Total Files

16

Last publish

Collaborators

  • crispengari