From 41791ebf79995837b26c83bd20851dc6ba7ea023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Curcio?= Date: Tue, 24 Jul 2018 16:18:15 -0300 Subject: [PATCH] Playground changes --- src/core/client/ui/components/Popover/Popover.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/core/client/ui/components/Popover/Popover.mdx b/src/core/client/ui/components/Popover/Popover.mdx index ad1c22e63..e051df50d 100644 --- a/src/core/client/ui/components/Popover/Popover.mdx +++ b/src/core/client/ui/components/Popover/Popover.mdx @@ -6,6 +6,7 @@ menu: UI Kit import { Playground, PropsTable } from 'docz' import Popover from './Popover' import Button from '../Button' +import Typography from '../Typography' import ButtonIcon from '../Button/ButtonIcon' # Popover @@ -15,10 +16,10 @@ import ButtonIcon from '../Button/ButtonIcon' ## Basic usage This is the body} + body={
This is the body
} > {({ toggleVisibility, forwardRef }) => ( - )} @@ -31,16 +32,15 @@ import ButtonIcon from '../Button/ButtonIcon' placement="top" body={({ toggleVisibility, forwardRef }) => (
- This is the body - + This is the body
)} > {({ toggleVisibility, forwardRef }) => ( - )}