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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

950ecbb · Jul 7, 2021

History

7 Commits
Jun 28, 2021
Jul 7, 2021
Jun 28, 2021
Jun 28, 2021
Jun 28, 2021
Jun 28, 2021
Jun 28, 2021
Jul 7, 2021
Jun 28, 2021
Jun 28, 2021

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