Skip to content

Commit

Permalink
Merge pull request #155 from veob/patch-1
Browse files Browse the repository at this point in the history
add required props in <Emoji /> example
  • Loading branch information
EtienneLem authored Dec 28, 2017
2 parents bb2aff1 + 67ac4a2 commit 048838c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ Sheets are served from [unpkg](https://unpkg.com), a global CDN that serves file
```jsx
import { Emoji } from 'emoji-mart'

<Emoji emoji={{ id: 'santa', skin: 3 }} />
<Emoji emoji=':santa::skin-tone-3:' />
<Emoji emoji='santa' set='emojione' />
<Emoji emoji={{ id: 'santa', skin: 3 }} size={16} />
<Emoji emoji=':santa::skin-tone-3:' size={16} />
<Emoji emoji='santa' set='emojione' size={16} />
```

| Prop | Required | Default | Description |
Expand Down

0 comments on commit 048838c

Please sign in to comment.