A responsive emoji picker component for React.js and Vue.js.
To install this component in a react project, simply clone the git repo and copy the EmojiPicker - React.js folder in your project.
The important files of this component are:
EmojiPicker.jscontains the React componentEmojiPicker.cssincluded in the component for his styleemojis-data.jsoncontains emojis categories data
To install this component in a vue project, simply clone the git repo and copy the EmojiPicker - Vue.js folder in your project.
The important files of this component are:
EmojiPicker.vuecontains the Vue componentemojis-data.jsoncontains emojis categories data
To use it, just listen the 'emoji_click' event emitted by the EmojiPicker component. The sent event is the selected emoji.
Good work :)
