Github-like Textarea Autocomplete For React

Description:

This package provides React Component to achieve GitHub’s like functionality in comments regarding the textarea autocomplete. It can be used for example for emoji autocomplete or for @mentions. The render function (for displaying text enhanced by this textarea) is beyond the scope of this package and it should be solved separately.

Installation:

# Yarn
$ yarn add @webscopeio/react-textarea-autocomplete

# NPM
$ npm install @webscopeio/react-textarea-autocomplete

Preview:

react-textarea-autocomplete

Add Comment