Add “Party Parrot” to /docs
parent
9a8a16226f
commit
8549ebf685
|
@ -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'],
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue