{"id":13563708,"url":"https://github.com/shershen08/emoji-vue","last_synced_at":"2025-10-16T23:59:02.551Z","repository":{"id":47599640,"uuid":"115818083","full_name":"shershen08/emoji-vue","owner":"shershen08","description":"Add emoji keyboard to your vuejs project","archived":false,"fork":false,"pushed_at":"2021-08-22T17:06:50.000Z","size":3781,"stargazers_count":142,"open_issues_count":4,"forks_count":23,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T21:22:49.424Z","etag":null,"topics":["emoji","input-method","smileys","vue","vuejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shershen08.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-30T19:20:33.000Z","updated_at":"2024-10-22T02:14:42.000Z","dependencies_parsed_at":"2022-09-10T15:51:07.348Z","dependency_job_id":null,"html_url":"https://github.com/shershen08/emoji-vue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shershen08%2Femoji-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shershen08%2Femoji-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shershen08%2Femoji-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shershen08%2Femoji-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shershen08","download_url":"https://codeload.github.com/shershen08/emoji-vue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249094116,"owners_count":21211826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["emoji","input-method","smileys","vue","vuejs"],"created_at":"2024-08-01T13:01:22.461Z","updated_at":"2025-10-05T20:23:29.172Z","avatar_url":"https://github.com/shershen08.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","UI组件","Components \u0026 Libraries","UI Components","UI Components [🔝](#readme)"],"sub_categories":["杂","UI Components","Miscellaneous"],"readme":"# emoji-vue\n\n😀 😁 😂 🤣 😃 😄 😅 😆 😉 😊 😋\n\nA Vue.js project implementing a input field addon allowing to add emojis via dropdown.\n\n\n![dependencies status](https://david-dm.org/shershen08/emoji-vue/status.svg)\n\n## Install ⚙️\n```\nnpm i emoji-vue --save\n```\n\n![emoji-vue preview image](https://i.imgur.com/KMo0Pgv.png)\n\n\n## Use 😎👌🏻\n\n\n```\nimport VueEmoji from 'emoji-vue'\n\n\n//in component def\n  methods: {\n      onInput(event) {\n          //event.data contains the value of the textarea\n      },\n      clearTextarea(){\n        this.$refs.emoji.clear()\n      },  \n  },\n  components: {\n    VueEmoji\n  }\n\n//in template section\n\u003cVueEmoji ref=\"emoji\" @input=\"onInput\" :value=\"myText\" /\u003e\n```\n\n## Event \u0026 properties 📕 📗 📘 📙\n\n**@input** - event generated when content of textarea with emoji selector is changed.\n\n**value**  - property to place initial content of the textarea.\n\n**width** - sets width of visible textarea in px; defaults to '200px'.\n\n**height** - sets height of visible textarea in px; defaults to '50px'.\n\n\n## Build Setup 🧠 ❤️ ✅\n\n``` bash\n# install dependencies\nnpm install\n\n# serve with hot reload at localhost:8080\nnpm run dev\n\n# build for production with minification\nnpm run build\n```\n\nProject uses the following setup: [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).\n\nCheck the [DEMO](https://shershen08.github.io/emoji-vue/)\n\n\n## About\n\nBased on code from https://github.com/OneSignal/emoji-picker\n\nCreate [an issue](https://github.com/shershen08/emoji-vue/issues) or ping me on twitter [@legkoletat](https://twitter.com/legkoletat)\n\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshershen08%2Femoji-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshershen08%2Femoji-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshershen08%2Femoji-vue/lists"}