Go to file
Etienne Lemay d9d8262bd0 Update emojis hover style 2016-06-02 11:37:53 -04:00
css Update emojis hover style 2016-06-02 11:37:53 -04:00
example Add categories anchors 2016-06-02 11:30:30 -04:00
scripts Don’t include skins in default categories 2016-06-01 10:09:14 -04:00
src Add categories anchors 2016-06-02 11:30:30 -04:00
.babelrc Initial commit 2016-06-01 10:07:23 -04:00
.gitignore Initial commit 2016-06-01 10:07:23 -04:00
README.md Add basic README 2016-06-01 11:05:19 -04:00
package.json Add categories anchors 2016-06-02 11:30:30 -04:00

README.md

⛏ EmojiPicker ⛏

import {Picker} from 'emoji-picker'

<Picker
  emojiSize={24}
  perLine={9}
  sheetURL='images/sheet-apple-64.png'
  onClick={(emoji) => console.log(emoji)}
/>

/*
{
  colons: ':smiley:',
  emoticons: [
    '=)',
    '=-)'
  ],
  id: 'smiley',
  name: 'Smiling Face with Open Mouth',
  native: '😃',
  skin: 1
}
*/