emoji-mart-lazyload/README.md

27 lines
367 B
Markdown
Raw Normal View History

2016-07-27 15:35:12 +00:00
<h1 align="center">🏬 Emoji Mart</h1>
2016-06-01 00:53:01 +00:00
```jsx
2016-07-27 15:35:12 +00:00
import {Picker} from 'emoji-mart'
2016-06-01 00:53:01 +00:00
<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
}
*/
```