-
Notifications
You must be signed in to change notification settings - Fork 936
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom InfoWindow #290
Comments
Just to point out. I realized google examples as well as the AirBnb implementation are using the Therefore, this is the only way to go. Even |
However, I think we should add classes inheritance by props at least or any data attribute to be able to style elements, in case needed, via CSS the component. |
We have custom Also, 6.0.0 is released on npm beta tag now. See the changelog here. We also have a new demo page. Feel free to try it: |
how to hide infow window close button??? |
@ashishchoudhary12 and even over a year later that answer has yet to be answered. lol |
@Frankcarvajal |
@pruhstal The only issue is there aren't any great examples of it being used via React and not using the 'composable' package used in the examples. |
@Frankcarvajal here's an example of how I'm using it within one of my custom components (
To be honest, I've found using the |
I have to say I never struggled with an other Google Maps Wrapper implementation MORE like with react-google-maps/api module. Everything it has been in this module implemented it's against common software engineering sense. It gives you a feeling to work with this api, like you will go to barber and he will bake you a cake instead of cut your hair. |
Do you know how can I customize the InfoWindow markup to fully customize it? Not only the content of the InfoWindow but also the wrapper divs and so.
Thanks in advance.
Edit: I guess we should reproduce this example Google provides: Demo.
The text was updated successfully, but these errors were encountered: