From 168e55b8b664acb148a2fb6a8b5c703ce8ee0e5a Mon Sep 17 00:00:00 2001 From: Daniel Sil Date: Fri, 12 Jan 2024 17:06:12 +0100 Subject: [PATCH] docs: fix Popover example --- docs/src/__examples__/Popover/DEFAULT.tsx | 61 ++++++++++++--------- docs/src/__examples__/Popover/TRIGGER.tsx | 65 +++++++++++++---------- 2 files changed, 72 insertions(+), 54 deletions(-) diff --git a/docs/src/__examples__/Popover/DEFAULT.tsx b/docs/src/__examples__/Popover/DEFAULT.tsx index 81ab67c77f..0cdf60be50 100644 --- a/docs/src/__examples__/Popover/DEFAULT.tsx +++ b/docs/src/__examples__/Popover/DEFAULT.tsx @@ -1,34 +1,43 @@ import React from "react"; -import { Popover, Button, ButtonLink, Stack } from "@kiwicom/orbit-components"; +import { + Popover, + Button, + ButtonLink, + Stack, + OrbitProvider, + defaultTheme, +} from "@kiwicom/orbit-components"; import { QuestionCircle } from "@kiwicom/orbit-components/icons"; export default { Example: () => ( - - - Reference - - - Guidelines - - - } - > - - + + + + Reference + + + Guidelines + + + } + > + + + ), };