import React from 'react' import PropTypes from 'prop-types' import Block from '../block' import Button from '../button' import Heading from '../heading' import Text from '../text' class PopoverLayout extends React.PureComponent { handleOnClose = () => { this.props.onClose() } render() { const { children, width, isXS, title, } = this.props if (isXS) { return (