Go to file
Etienne Lemay a922dbb8c5 Add frequently utils
Store and returns frequently used emojis.
If not already in the frequently used, last used emoji will always be added to the array.
2016-07-07 14:33:53 -04:00
css Add skin picker 2016-06-08 20:22:29 -04:00
data Sort Flags by name 2016-07-07 14:33:53 -04:00
dist Do not ignore data and dist folders 2016-07-06 10:57:55 -04:00
example Add emoji sheets to repo 2016-07-06 10:59:17 -04:00
scripts [cleanup] 2016-07-07 14:33:53 -04:00
sheets Add emoji sheets to repo 2016-07-06 10:59:17 -04:00
src Add frequently utils 2016-07-07 14:33:53 -04:00
.babelrc Initial commit 2016-06-01 10:07:23 -04:00
.gitignore Do not ignore data and dist folders 2016-07-06 10:57:55 -04:00
README.md Add basic README 2016-06-01 11:05:19 -04:00
package.json Do not ignore data and dist folders 2016-07-06 10:57:55 -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
}
*/