Add “Party Parrot” to /docs

release
Etienne Lemay 2017-11-09 00:59:42 -08:00
parent 9a8a16226f
commit 8549ebf685
2 changed files with 12 additions and 1 deletions

View File

@ -1859,6 +1859,11 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
var CUSTOM_EMOJIS = [{
name: 'Party Parrot',
short_names: ['parrot'],
keywords: ['party'],
imageUrl: 'http://cultofthepartyparrot.com/parrots/hd/parrot.gif'
}, {
name: 'Octocat',
short_names: ['octocat'],
keywords: ['github'],

View File

@ -4,6 +4,12 @@ import ReactDOM from 'react-dom'
import { Picker, Emoji } from '../src'
const CUSTOM_EMOJIS = [
{
name: 'Party Parrot',
short_names: ['parrot'],
keywords: ['party'],
imageUrl: 'http://cultofthepartyparrot.com/parrots/hd/parrot.gif'
},
{
name: 'Octocat',
short_names: ['octocat'],
@ -15,7 +21,7 @@ const CUSTOM_EMOJIS = [
short_names: ['shipit', 'squirrel'],
keywords: ['github'],
imageUrl: 'https://assets-cdn.github.com/images/icons/emoji/shipit.png?v7'
}
},
]
class Example extends React.Component {