function Body(props) {
  const {
    children, className, dataName, as: Component, ...other
  } = props;