webbingbrasil / filament-maps

Map widget for filament admin
MIT License
62 stars 20 forks source link

Readme default example has no height on Pages #9

Closed KonradHambuch closed 2 years ago

KonradHambuch commented 2 years ago

If I install the plugin (1.3.1) and copy paste the Usage example, the widget has no height, although the readme says its set to 400px.

Looks like this: image

KonradHambuch commented 2 years ago

It's not an actual bug, just you don't have to use php artisan make:filament-widget command, because it generates a view blade.php, which makes it empty... (maybe you should mention this in the readme :) )

dmandrade commented 2 years ago

Thanks for the tip, I'll put a note in the documentation..

dmandrade commented 2 years ago

Readme updated with a note about make command.