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 }) => ( - )}