import { Button, Grid, Popup, Provider } from '@fluentui/react-northstar'; import * as React from 'react'; const PopupExamplePointerOffset = () => ( <> Click} content={

The popup is rendered at above-start
corner of the trigger.

} /> [-popper.height, -popper.height]} open trigger={} content={

The popup is rendered at above-start
corner of the trigger.

} />
Click} content={

The popup is rendered at above-start
corner of the trigger.

} /> [-popper.height, -popper.height]} open trigger={} content={

The popup is rendered at above-start
corner of the trigger.

} />
); export default PopupExamplePointerOffset;