diff --git a/README.md b/README.md index 329e25ea..8e2e2e34 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ function App() { | **data** | `{}` | | Data to use for the picker | | **i18n** | `{}` | | Localization data to use for the picker | | **categories** | `[]` | `frequent`, `people`, `nature`, `foods`, `activity`, `places`, `objects`, `symbols`, `flags` | Categories to show in the picker. Order is respected. | +| **categoryGapStatus** | `normal` | `normal`, `none` | Whether to hide the category middle space. | +| **customerCategoryGap** | `` | `` | custom category gap html. | | **custom** | `[]` | | [Custom emojis](#custom-emojis) | | **onEmojiSelect** | `null` | | Callback when an emoji is selected | | **onClickOutside** | `null` | | Callback when a click outside of the picker happens | diff --git a/packages/emoji-mart-website/index.html b/packages/emoji-mart-website/index.html index a4f24067..bc1e475a 100644 --- a/packages/emoji-mart-website/index.html +++ b/packages/emoji-mart-website/index.html @@ -88,6 +88,25 @@ > +
+ Category Gap:  +
+ +
+ Customer Category Gap:  + +
+
Auto focus: