import * as React from 'react'; import Button from '../button'; import IconHelp from '../../icons/general/IconHelp'; // @ts-ignore JS import import TextInput from '../text-input'; import PlainButton from '../plain-button'; import PrimaryButton from '../primary-button'; // @ts-ignore JS import import TextArea from '../text-area'; // @ts-ignore JS import import { Flyout, Overlay } from '.'; import notes from './Flyout.stories.md'; export const Basic = () => { const position = 'bottom-center'; return (

Try hitting the Tab key.

Now try click outside, go ahead.


You are not going anywhere.

); }; export const OpenOnHover = () => { return (

Some text

Some more text


Go to Google?
); }; export const Complex = () => { return (