0.1.1 • Published 2 years ago

@crispengari/react-emojify v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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
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:

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.