From b25b25b5ebe11f5908c4960892c9cf24f5d2ccee Mon Sep 17 00:00:00 2001 From: Etienne Lemay Date: Fri, 29 Jul 2016 12:29:32 -0400 Subject: [PATCH] Update README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7da6e0c..e7d13f8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@

Emoji Mart is a Slack-like customizable
emoji picker component for React +
[Demo]

Missive | Team email, team chat, team tasks, one app
Brought to you by the Missive team @@ -125,6 +126,13 @@ Apple / Google / Twitter / EmojiOne ## Not opinionated **Emoji Mart** doesn’t automatically insert anything into a text input, nor does it show or hide itself. It simply returns an `emoji` object. It’s up to the developer to mount/unmount (it’s fast!) and position the picker. You can use the returned object as props for the `EmojiMart.Emoji` component. You could also use `emoji.colons` to insert text into a textarea or `emoji.native` to use the emoji. +## Development +```sh +$ npm run build:data +$ npm run watch +$ open example/index.html +``` + ## 🎩 Hat tips! Powered by [iamcal/emoji-data](https://github.com/iamcal/emoji-data) and inspired by [iamcal/js-emoji](https://github.com/iamcal/js-emoji).
🙌🏼  [Cal Henderson](https://github.com/iamcal).