filipelinhares / vanilla-emoji-picker

Modern emoji picker. Super light 2kb gzipped, simple and no frameworks 😻

Home Page:http://glauberramos.github.io/vanilla-emoji-picker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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();

About

Modern emoji picker. Super light 2kb gzipped, simple and no frameworks 😻

http://glauberramos.github.io/vanilla-emoji-picker

License:MIT License


Languages

Language:JavaScript 94.0%Language:HTML 6.0%