https://github.com/yangshun/react-emoji-input
😂 Emoji suggestions like the textareas in GitHub
https://github.com/yangshun/react-emoji-input
autocomplete emoji react suggestion
Last synced: 5 months ago
JSON representation
😂 Emoji suggestions like the textareas in GitHub
- Host: GitHub
- URL: https://github.com/yangshun/react-emoji-input
- Owner: yangshun
- License: mit
- Created: 2017-02-05T15:20:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T16:10:16.000Z (over 8 years ago)
- Last Synced: 2025-04-20T17:37:06.119Z (6 months ago)
- Topics: autocomplete, emoji, react, suggestion
- Language: JavaScript
- Homepage: http://yangshun.github.io/react-emoji-input/
- Size: 412 KB
- Stars: 30
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Component Starter
Starter project for React components written in ES6.
## Getting Started
This project uses [Yarn](https://yarnpkg.com/) for dependency management and [React Storybook](https://getstorybook.io/) for development.
Please [install](https://yarnpkg.com/docs/install) it before you get started.```
$ yarn install
$ npm run storybook
```Visit 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