() => (
<Popover
renderInPortal={false}
content={
<Stack spacing="small">
<ButtonLink
external
type="secondary"
fullWidth
href="https://orbit.kiwi/components/popover/react/"
>
Reference
</ButtonLink>
<ButtonLink
external
type="secondary"
fullWidth
href="https://orbit.kiwi/components/popover/"
>
Guidelines
</ButtonLink>
</Stack>
}
>
<Button circled title="Help" iconLeft={<QuestionCircle />} />
</Popover>
);