import React from 'react';
import { Popover, Button } from '@breakaway/preact-core';
export const PopoverWithoutHeaderFooterCloseNoPadding: React.FunctionComponent = () => (
(
This popover has no padding and is intended for use with content that has its own spacing and should touch the
edges of the popover container.
)}
withFocusTrap={false /* no focusable content in this example */}
>
);