import React from 'react'; import { Popover, Button } from '@patternfly/react-core'; export const PopoverWidthAuto: React.FunctionComponent = () => (
Removes fixed-width and allows width to be defined by contents
} >
);