Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 721 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 721 Bytes

vue-input-emoji

A Vue.js 2.0 input emoji component

test

tips:It supports all chrome Emoji, but does not support picture Emoji. In lower version operating systems such as Windows 7 and lower version chrome, Emoji displays black and white

Installation

NPM / Yarn

npm install vue-input-emoji --save

Then you need to import and register it:

import InputEmoji from "vue-input-emoji";
components: {
  InputEmoji;
}

Usage

<InputEmoji v-model="defaultValue" :emojiData="emojiData" />

You can use the custom Emoji page data 'emojidata' or import the Emoji JSON file like example