diff --git a/README.md b/README.md index 55e00d7..b11570f 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ import { Picker } from 'emoji-mart' | **emojiTooltip** | | `false` | Show emojis short name when hovering (title) | | **skin** | | | Forces skin color: `1, 2, 3, 4, 5, 6` | | **defaultSkin** | | `1` | Default skin color: `1, 2, 3, 4, 5, 6` | +| **skinIcon** | | | The emoji used to pick a skin tone. Uses an emoji-less skin tone picker by default | | **style** | | | Inline styles applied to the root element. Useful for positioning | | **title** | | `Emoji Martâ„¢` | The title shown when no emojis are hovered | | **notFoundEmoji** | | `sleuth_or_spy` | The emoji shown when there are no search results | @@ -58,6 +59,7 @@ import { Picker } from 'emoji-mart' ```js search: 'Search', notfound: 'No Emoji Found', +skintext: 'Choose your default skin tone', categories: { search: 'Search Results', recent: 'Frequently Used',