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