Skip to content

Instantly share code, notes, and snippets.

@sabesansathananthan
Created April 30, 2020 03:16
Show Gist options
  • Save sabesansathananthan/cfe5b1b36a12b064264f719ffae23ba2 to your computer and use it in GitHub Desktop.
Save sabesansathananthan/cfe5b1b36a12b064264f719ffae23ba2 to your computer and use it in GitHub Desktop.
How to use the Google Maps API with Custom styling in React.js
import React from "react";
import Maps from "./Maps";
function App() {
return <Maps />;
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment