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.js
contains the React componentEmojiPicker.css
included in the component for his styleemojis-data.json
contains 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.vue
contains the Vue componentemojis-data.json
contains 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 :)