Skip to content

Inputable Emoji input box component of Vue.js,rely on ant design vue

License

Notifications You must be signed in to change notification settings

XiaoNode/vue-input-emoji

Repository files navigation

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

About

Inputable Emoji input box component of Vue.js,rely on ant design vue

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published