@ericadamski/moji-button
v1.0.0
Published
A simple React button component that translates the text given to an emoji string using [notwaldorf/emoji-translate](https://github.com/notwaldorf/emoji-translate)
Downloads
1
Readme
emoji-button
A simple React button component that translates the text given to an emoji string using notwaldorf/emoji-translate
Installation
> yarn add @ericadamski/emoji-button
Usage
import React from 'react';
import ReactDOM from 'react-dom';
import EmojiButton form '@ericadamski/emoji-button';
ReactDOM.render(
<EmojiButton>Goodbye!</EmojiButton>,
document.getElementById('root')
);