All Projects โ†’ shershen08 โ†’ Emoji Vue

shershen08 / Emoji Vue

Licence: mit
Add emoji keyboard to your vuejs project

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Emoji Vue

Embed Js
๐ŸŒป A lightweight plugin to embed emojis, media, maps, tweets, code and more. โœจ
Stars: โœญ 1,220 (+999.1%)
Mutual labels:  emoji
Emojilib
Emoji keyword library.
Stars: โœญ 1,299 (+1070.27%)
Mutual labels:  emoji
Emojify
Obfuscate your python script by converting it to emoji icons
Stars: โœญ 99 (-10.81%)
Mutual labels:  emoji
Qq Wechat Emotion Parser
QQใ€ๅพฎไฟก่กจๆƒ…็ฌฆๅท่งฃๆž๏ผšๅญ—็ฌฆไธฒๅˆฐๅ›พ็‰‡URL
Stars: โœญ 82 (-26.13%)
Mutual labels:  emoji
Emojipacks
CLI to bulk upload emojis to your Slack
Stars: โœญ 1,275 (+1048.65%)
Mutual labels:  emoji
Aidou
chrome code review ๆ–—ๅ›พๆ’ไปถ
Stars: โœญ 92 (-17.12%)
Mutual labels:  emoji
Rails emoji
Emoji for Ruby on Rails
Stars: โœญ 76 (-31.53%)
Mutual labels:  emoji
Mojitalk
Code for "MojiTalk: Generating Emotional Responses at Scale" https://arxiv.org/abs/1711.04090
Stars: โœญ 107 (-3.6%)
Mutual labels:  emoji
Fnreactionsview
FNReactionsView is a customizable control (based on UIView) to give people a way to show floating emoji like facebook does during live stream, easy way.
Stars: โœญ 87 (-21.62%)
Mutual labels:  emoji
Fontconfig Emoji
Emoji prioritization rules
Stars: โœญ 98 (-11.71%)
Mutual labels:  emoji
Emojivision
A 200 something line Swift Playground for rendering images as emojis
Stars: โœญ 84 (-24.32%)
Mutual labels:  emoji
Emoji For Jekyll
A plugin for Jekyll that seamlessly enable emoji.
Stars: โœญ 86 (-22.52%)
Mutual labels:  emoji
Emojica
A Swift framework for using custom emoji in strings.
Stars: โœญ 93 (-16.22%)
Mutual labels:  emoji
React Native Animated Emoji
Animated Floating Reactions like Facebook ๐Ÿ‘
Stars: โœญ 82 (-26.13%)
Mutual labels:  emoji
Gitmoji
Gitmoji is an initiative to standardize and explain the use of emojis on GitHub commit messages.
Stars: โœญ 10,953 (+9767.57%)
Mutual labels:  emoji
Emoji
emoji terminal output for Python
Stars: โœญ 1,215 (+994.59%)
Mutual labels:  emoji
Slack Emoji
My slack emoji collection and download script
Stars: โœญ 91 (-18.02%)
Mutual labels:  emoji
Android Keyboard
Android Keyboard with 180+ dictionaries. Support swipe input (sliding input), Emoji keyboard, AI predictions, dictionaries downloading, and keyboard themes.
Stars: โœญ 108 (-2.7%)
Mutual labels:  emoji
Openmoji
Open source emojis for designers, developers and everyone else!
Stars: โœญ 1,380 (+1143.24%)
Mutual labels:  emoji
Hallelujahim
hallelujahIM(ๅ“ˆๅˆฉ่ทฏไบš ่‹ฑๆ–‡่พ“ๅ…ฅๆณ•) is an intelligent English input method with auto-suggestions and spell check features, Mac only.
Stars: โœญ 1,334 (+1101.8%)
Mutual labels:  input-method

emoji-vue

๐Ÿ˜€ ๐Ÿ˜ ๐Ÿ˜‚ ๐Ÿคฃ ๐Ÿ˜ƒ ๐Ÿ˜„ ๐Ÿ˜… ๐Ÿ˜† ๐Ÿ˜‰ ๐Ÿ˜Š ๐Ÿ˜‹

A Vue.js project implementing a input field addon allowing to add emojis via dropdown.

dependencies status

Install โš™๏ธ

npm i emoji-vue --save

emoji-vue preview image

Use ๐Ÿ˜Ž๐Ÿ‘Œ๐Ÿป

import VueEmoji from 'emoji-vue'


//in component def
  methods: {
      onInput(event) {
          //event.data contains the value of the textarea
      },
      clearTextarea(){
        this.$refs.emoji.clear()
      },  
  },
  components: {
    VueEmoji
  }

//in template section
<VueEmoji ref="emoji" @input="onInput" :value="myText" />

Event & properties ๐Ÿ“• ๐Ÿ“— ๐Ÿ“˜ ๐Ÿ“™

@input - event generated when content of textarea with emoji selector is changed.

value - property to place initial content of the textarea.

width - sets width of visible textarea in px; defaults to '200px'.

height - sets height of visible textarea in px; defaults to '50px'.

Build Setup ๐Ÿง  โค๏ธ โœ…

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Project uses the following setup: guide and docs for vue-loader.

Check the DEMO

About

Based on code from https://github.com/OneSignal/emoji-picker

Create an issue or ping me on twitter @legkoletat

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].