Author: | CreateMarketing |
---|---|
Views Total: | 5,447 views |
Official Page: | Go to website |
Last Update: | July 8, 2018 |
License: | MIT |
Preview:

Description:
An easy-to-use emoji picker component built with pure vanilla JavaScript. Compatible with the Meteor platform.
How to use it:
Add the data-meteor-emoji="true"
attribute to your text field.
<input data-meteor-emoji="true" type="text"> <textarea data-meteor-emoji="true"></textarea>
Load the minified version of the emoji picker at the end of the document.
<script src="dist/meteorEmoji.min.js"></script>
Initialize the emoji picker and done.
new MeteorEmoji()
Make the emoji picker always be visible.
<input data-meteor-emoji-large="true" type="text">
Changelog:
07/08/2018
- Two more emojis
- Missing required parent div check
Hello, I have setup above. But it displays only square blocks not emoji’s.
Can you please help me with this.
Thanks
it does not work with ajax loaded text content/textarea, can any1 help
Works great! Super easy to use as described.