Skip to content

Instantly share code, notes, and snippets.

@YaroslavW
Created June 29, 2019 09:00
Show Gist options
  • Save YaroslavW/1737b4d9220a7d7abbaab2f269f4b987 to your computer and use it in GitHub Desktop.
Save YaroslavW/1737b4d9220a7d7abbaab2f269f4b987 to your computer and use it in GitHub Desktop.
import React from 'react';
const Map = () => {
return (
<section >
<iframe
src="here_is_your_GOOGLE_MAP_URL"
width="100%"
height="450"
title="Location"
allowFullScreen
/>
</section>
);
};
export default Map;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment