1.0.4 • Published 5 years ago

@aviraliitk/emojipicker v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Emoji Picker

Modern emoji picker. Super light, simple and no frameworks

Why

We needed a modern way to use emojis. Something that require almost zero effort, light and simple. That's why we created Emoji picker.

Install

You can get it on npm.

npm install @aviraliitk/emojipicker --save

Setup

First, include the scrip.

<script src="node_modules/@aviraliitk/emojipicker/dist/emojiPicker.min.js"></script>

Add attribute data-emoji-picker="true" to any text input or textarea you want to add it

Then execute this command to initiate the plugin:

new EmojiPicker();