() => (
<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>
}
preferredPosition="bottom"
>
<Button iconRight={<ChevronDown />} type="secondary">
Learn more
</Button>
</Popover>
);