Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 😻

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