From 67ac4a26df89de60584233dff44c8cd6327ff19f Mon Sep 17 00:00:00 2001 From: veob Date: Thu, 28 Dec 2017 12:39:15 +0300 Subject: [PATCH] add required props in example Without `size` doesn't render correctly. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c85670bd2..82afd2dcb 100644 --- a/README.md +++ b/README.md @@ -136,9 +136,9 @@ Sheets are served from [unpkg](https://unpkg.com), a global CDN that serves file ```jsx import { Emoji } from 'emoji-mart' - - - + + + ``` | Prop | Required | Default | Description |