Skip to content

yass-dev/Emoji-Picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Emoji Picker

A responsive emoji picker component for React.js and Vue.js.

Installation

React.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 component
  • EmojiPicker.css included in the component for his style
  • emojis-data.json contains emojis categories data

Vue.js

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 component
  • emojis-data.json contains emojis categories data

Usage

To use it, just listen the 'emoji_click' event emitted by the EmojiPicker component. The sent event is the selected emoji.

Good work :)

Emoji Picker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published