cheesegrits / filament-google-maps

Google Maps package for Filament PHP
210 stars 59 forks source link

Map Widget on the front end #108

Open kck2018 opened 2 weeks ago

kck2018 commented 2 weeks ago

Adding Google map widget to the front end as a livewire component doesn't render, It shows a white page with no errors in the console

On the front end image

on the admin image

marco76tv commented 5 days ago

you must add on your theme @filamentStyles and @filamentScripts

kck2018 commented 3 days ago

you must add on your theme @filamentStyles and @filamentScripts

Thanks @marco76tv , it worked. How do we filter the locations or make the map reactive to the changes on the parent livewire component?