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