Skip to content

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

License

Notifications You must be signed in to change notification settings

FocusVision/vanilla-emoji-picker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 😻

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.9%
  • HTML 6.6%
  • CSS 0.5%