2.0.1 • Published 4 years ago

react-emoji-textarea v2.0.1

Weekly downloads
35
License
MIT
Repository
github
Last release
4 years ago

react-emoji-textarea

react-emoji-textarea version react-emoji-textarea license

Textarea with emoji prediction/selection.

Installation

npm i --save react-emoji-textarea

Example

react-emoji-textarea

How to use

import React, { useEffect, useState } from 'react';
import EmojiTextarea                  from 'react-emoji-textarea';

function App() {
    
    const [submit, setSubmit] = useState(false);
    const [text,   setText]   = useState('');

    return (
        <div className = 'App'>
            <EmojiTextarea
                setText   = {setText}
                setSubmit = {setSubmit}
            />
        </div>
    );
    
}

export default App;

Author

Erik Martín Jordán

License

This component is open source and available under the MIT License.

2.0.1

4 years ago

2.0.0

4 years ago

1.0.62

6 years ago

1.0.61

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago