Skip to content

smmbll/gm-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#A React component for use with the Google Maps API

Remember to first run

npm install && gulp

in order to produce the required bundle.jss and styles.css.

Options can be passed to the component through the 'options' prop:

var options = {
	center: { lat: ..., lng: ... },
	zoom: 15
};

<GoogleMaps
	options = {options}
/>

About

An example react component for quickly loading google maps into a page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published