Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glauberramos/vanilla-emoji-picker
Modern emoji picker. Super light 2kb gzipped, simple and no frameworks 😻
https://github.com/glauberramos/vanilla-emoji-picker
emoji emoji-picker modern no-dependencies vanilla-js
Last synced: about 2 months ago
JSON representation
Modern emoji picker. Super light 2kb gzipped, simple and no frameworks 😻
- Host: GitHub
- URL: https://github.com/glauberramos/vanilla-emoji-picker
- Owner: glauberramos
- License: mit
- Created: 2017-07-15T20:26:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T19:10:11.000Z (3 months ago)
- Last Synced: 2024-11-07T23:44:24.191Z (3 months ago)
- Topics: emoji, emoji-picker, modern, no-dependencies, vanilla-js
- Language: JavaScript
- Homepage: http://glauberramos.github.io/vanilla-emoji-picker
- Size: 94.7 KB
- Stars: 23
- Watchers: 2
- Forks: 16
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
```html
```
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:
```js
new EmojiPicker();
```