0.2.3 • Published 7 years ago

emoji-mart-picker v0.2.3

Weekly downloads
678
License
MIT
Repository
github
Last release
7 years ago

emoji-mart-picker NPM version Build Status Dependency Status

emoji picker based on emoji-mart (https://github.com/missive/emoji-mart/)

Installation

$ npm install --save emoji-mart-picker

Usage

Put the React component that you want to trigger the picker to open in EmojiMartPicker's children. EmojiMartPicker will automatically open when children is onClick.

var emojiMartPicker = require('emoji-mart-picker');

function onChange(emoji) {
  console.log(emoji);
}

ReactDOM.render(
  <EmojiMartPicker onChange={onChange}>
    <button>click me</button>
  </EmojiMartPicker>
, document.getElementById('root'));

Start example server

npm start

License

MIT © Canner

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.9

8 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago