MicheleBertoli / react-gmaps

A Google Maps component for React.js

Home Page:http://react-gmaps.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Passing children to InfoWindow

malexandrum opened this issue · comments

Michele,
Could you add support for specifying children to the InfoWindow component? I know you have the 'content' prop on it, but I need to pass a link that is handled by a react method on click, and that's not possible with the content prop I guess. Should be pretty straight forward to support children, isn't it?

Thank you.

This doesn't seem straightforward but if you think it is please submit a PR, I'll be happy to review it.
At the moment this feature is not supported, see #85.