All Projects → yangshun → react-emoji-input

yangshun / react-emoji-input

Licence: MIT license
😂 Emoji suggestions like the textareas in GitHub

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to react-emoji-input

django-yaaac
Ajax Autocomplete Django application
Stars: ✭ 13 (-55.17%)
Mutual labels:  autocomplete
uni-chat
uni-app + vue3.0 + typescript + vue-cli 仿手机QQ聊天 qq表情包
Stars: ✭ 55 (+89.66%)
Mutual labels:  emoji
elastic-composer
Client-side Elasticsearch query generator and executor. Filter fields, find search suggestions, and paginate query results for your indicies using a simple, reactive, and high-level API
Stars: ✭ 14 (-51.72%)
Mutual labels:  suggestion
vuemoji-picker
Vue 2 and 3 lightweight emoji picker.
Stars: ✭ 53 (+82.76%)
Mutual labels:  emoji
yii2-emoji
😄 this is a emoji extension of yii2.
Stars: ✭ 17 (-41.38%)
Mutual labels:  emoji
love-atom
Smart autocompletion for the LÖVE framework in Atom.
Stars: ✭ 34 (+17.24%)
Mutual labels:  autocomplete
fast-autocomplete
Fast Autocomplete: When Elastcsearch suggestions are not fast and flexible enough
Stars: ✭ 201 (+593.1%)
Mutual labels:  autocomplete
cz-gitmoji
🔬😜 Commitizen adapter for gitmoji.
Stars: ✭ 25 (-13.79%)
Mutual labels:  emoji
autocomplete
Laravel redis autocomplete
Stars: ✭ 27 (-6.9%)
Mutual labels:  autocomplete
g-emoji-element
Backports native emoji characters to browsers that don't support them by replacing the characters with fallback images.
Stars: ✭ 112 (+286.21%)
Mutual labels:  emoji
elm-selectize
selectize-like dropdown menu with autocompletion in elm
Stars: ✭ 28 (-3.45%)
Mutual labels:  autocomplete
kordx.emoji
Extension Library for Kord that provides all supported Discord emojis
Stars: ✭ 20 (-31.03%)
Mutual labels:  emoji
django-search-admin-autocomplete
Simple django app that add autocomplete to search inside admin panel.
Stars: ✭ 28 (-3.45%)
Mutual labels:  autocomplete
EmojiAddIn
Emoji for Outlook and Thunderbird
Stars: ✭ 21 (-27.59%)
Mutual labels:  emoji
slackmoji
A collection of 1,000+ popular emoji for Slack and Discord
Stars: ✭ 90 (+210.34%)
Mutual labels:  emoji
scrift
New generation shell and scripting language for everyone.
Stars: ✭ 46 (+58.62%)
Mutual labels:  emoji
emojibot
A Slack bot that joins the conversation with emojis.
Stars: ✭ 22 (-24.14%)
Mutual labels:  emoji
gitmoji-intellij-plugin
Intellij plugin for add a button on the commit dialog to add gitmoji
Stars: ✭ 35 (+20.69%)
Mutual labels:  emoji
CodeView
Android Library to make it easy to create an Code editor or IDE that support any languages and themes, with auto complete, auto indenting, snippets and more features
Stars: ✭ 254 (+775.86%)
Mutual labels:  autocomplete
vue-custom-google-autocomplete
🔍 Google Place Autocomplete Search - Renderless component + Wrappers for Bulma, Bootstrap and more...
Stars: ✭ 31 (+6.9%)
Mutual labels:  autocomplete

React Component Starter

Starter project for React components written in ES6.

Getting Started

This project uses Yarn for dependency management and React Storybook for development. Please install it before you get started.

$ yarn install
$ npm run storybook

Visit http://localhost:6006 in your browser to see the storybook development environment.

Build

$ npm run clean
$ npm run check # Make sure tests and lints are passing
$ npm run build

Or simply use the following command which combines the 3 commands above:

$ npm run prepublish

TODO

  • Add development instructions
  • Add instructions on including CSS

License

MIT

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].