Update README
parent
757f1b023c
commit
83bd22dffd
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue