import React from 'react'; import { Popover, Button } from '@breakaway/preact-core'; import BullhornIcon from '@patternfly/react-icons/dist/esm/icons/bullhorn-icon'; export const PopoverWithIconInTheTitle: React.FunctionComponent = () => (
} bodyContent={
Popovers are triggered by click rather than hover.
} footerContent="Popover footer" appendTo={() => document.body} >
);