0.1.1 • Published 4 years ago

@evo/emoji-text v0.1.1

Weekly downloads
512
License
ISC
Repository
-
Last release
4 years ago

This package replaces all emoji unicode symbols with <Emoji> element from @evo/emoji.

Install

npm i @evo/emoji-text

Usage

import { EmojiText } from `@evo/emoji-text`;

<EmojiText>Smile emoji - 😀</EmojiText>

Demo

<EmojiText>
    This text contains emoji like this 😂 or this 😎 and will be replaced with img (apple type)
</EmojiText>

<p/>

<EmojiText type='google'>
    This text contains emoji like this 😂 or this 😎 and will be replaced with img (google type)
</EmojiText>