react-emoji-textarea
Textarea with emoji prediction/selection.
Installation
npm i --save react-emoji-textarea
Example
How to use
;; { const submit setSubmit = ; const text setText = ; return <div className = 'App'> <EmojiTextarea setText = setText setSubmit = setSubmit /> </div> ; } ;
Author
License
This component is open source and available under the MIT License.