0.2.4 • Published 6 years ago

vanilla-emoji-picker v0.2.4

Weekly downloads
68
License
MIT
Repository
github
Last release
6 years ago

Vanilla 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 Vanilla emoji picker.

Install

You can get it on npm.

npm install vanilla-emoji-picker --save

Setup

First, include the scrip.

<script src="node_modules/vanilla-emoji-picker/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();
0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago