Add “Party Parrot” to /docs
parent
9a8a16226f
commit
8549ebf685
|
@ -1859,6 +1859,11 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
||||||
|
|
||||||
|
|
||||||
var CUSTOM_EMOJIS = [{
|
var CUSTOM_EMOJIS = [{
|
||||||
|
name: 'Party Parrot',
|
||||||
|
short_names: ['parrot'],
|
||||||
|
keywords: ['party'],
|
||||||
|
imageUrl: 'http://cultofthepartyparrot.com/parrots/hd/parrot.gif'
|
||||||
|
}, {
|
||||||
name: 'Octocat',
|
name: 'Octocat',
|
||||||
short_names: ['octocat'],
|
short_names: ['octocat'],
|
||||||
keywords: ['github'],
|
keywords: ['github'],
|
||||||
|
|
|
@ -4,6 +4,12 @@ import ReactDOM from 'react-dom'
|
||||||
import { Picker, Emoji } from '../src'
|
import { Picker, Emoji } from '../src'
|
||||||
|
|
||||||
const CUSTOM_EMOJIS = [
|
const CUSTOM_EMOJIS = [
|
||||||
|
{
|
||||||
|
name: 'Party Parrot',
|
||||||
|
short_names: ['parrot'],
|
||||||
|
keywords: ['party'],
|
||||||
|
imageUrl: 'http://cultofthepartyparrot.com/parrots/hd/parrot.gif'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Octocat',
|
name: 'Octocat',
|
||||||
short_names: ['octocat'],
|
short_names: ['octocat'],
|
||||||
|
@ -15,7 +21,7 @@ const CUSTOM_EMOJIS = [
|
||||||
short_names: ['shipit', 'squirrel'],
|
short_names: ['shipit', 'squirrel'],
|
||||||
keywords: ['github'],
|
keywords: ['github'],
|
||||||
imageUrl: 'https://assets-cdn.github.com/images/icons/emoji/shipit.png?v7'
|
imageUrl: 'https://assets-cdn.github.com/images/icons/emoji/shipit.png?v7'
|
||||||
}
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
class Example extends React.Component {
|
class Example extends React.Component {
|
||||||
|
|
Loading…
Reference in New Issue