All Projects β†’ glauberramos β†’ Vanilla Emoji Picker

glauberramos / Vanilla Emoji Picker

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vanilla Emoji Picker

Alfred Emoj
Alfred 3 workflow to find relevant emoji from text
Stars: ✭ 325 (+1525%)
Mutual labels:  emoji, emoji-picker
Tabby
Lightweight, accessible vanilla JS toggle tabs.
Stars: ✭ 449 (+2145%)
Mutual labels:  no-dependencies, vanilla-js
Supernova Emoji
library to implement and render emojis For Android
Stars: ✭ 334 (+1570%)
Mutual labels:  emoji, emoji-picker
emoji picker flutter
A Flutter package that provides an Emoji picker widget with 1500+ emojis in 8 categories.
Stars: ✭ 55 (+175%)
Mutual labels:  emoji, emoji-picker
Smooth Scroll
A lightweight script to animate scrolling to anchor links.
Stars: ✭ 5,350 (+26650%)
Mutual labels:  no-dependencies, vanilla-js
Em Keyboard
the cli emoji keyboardβ„’ [ author @kennethreitz ]
Stars: ✭ 280 (+1300%)
Mutual labels:  emoji, emoji-picker
Emoji Mart
One component to pick them all πŸ‘ŠπŸΌ
Stars: ✭ 4,687 (+23335%)
Mutual labels:  emoji, emoji-picker
tabbis.js
Pure vanilla javascript tabs with nesting
Stars: ✭ 44 (+120%)
Mutual labels:  vanilla-js, no-dependencies
Emoji Picker Element
A lightweight emoji picker for the modern web
Stars: ✭ 587 (+2835%)
Mutual labels:  emoji, emoji-picker
Atomic
A tiny, Promise-based vanilla JS Ajax/HTTP plugin with great browser support.
Stars: ✭ 526 (+2530%)
Mutual labels:  no-dependencies, vanilla-js
lepre
🐰 Lightweight Emoji Picker for React Enthusiast
Stars: ✭ 15 (-25%)
Mutual labels:  emoji, emoji-picker
Gumshoe
A simple vanilla JS scrollspy script.
Stars: ✭ 640 (+3100%)
Mutual labels:  no-dependencies, vanilla-js
ngx-emoj
A simple, theme-able emoji mart/picker for angular 4+
Stars: ✭ 18 (-10%)
Mutual labels:  emoji, emoji-picker
Rofimoji
An emoji and character picker for rofi 😁
Stars: ✭ 319 (+1495%)
Mutual labels:  emoji, emoji-picker
rm-emoji-picker
A modern, ES2015 emoji picker and editor.
Stars: ✭ 76 (+280%)
Mutual labels:  emoji, emoji-picker
Wdt Emoji Bundle
Slack like emoji picker with apple/ios, twitter/twemoji, google, emojione, facebook, messenger emoji support
Stars: ✭ 411 (+1955%)
Mutual labels:  emoji, emoji-picker
winmoji
Emoji lookup for Windows πŸ˜‰ https://www.winmoji.com https://twitter.com/winmoji
Stars: ✭ 79 (+295%)
Mutual labels:  emoji, emoji-picker
vuemoji-picker
Vue 2 and 3 lightweight emoji picker.
Stars: ✭ 53 (+165%)
Mutual labels:  emoji, emoji-picker
Interweave
πŸŒ€ React library to safely render HTML, filter attributes, autowrap text with matchers, render emoji characters, and much more.
Stars: ✭ 467 (+2235%)
Mutual labels:  emoji, emoji-picker
Uni
Query the Unicode database from the commandline, with good support for emojis
Stars: ✭ 633 (+3065%)
Mutual labels:  emoji, emoji-picker

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();
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].