Full page widget

Hello, I couldn't find anything that would solve my question. I want to use "saade/filament-fullcalendar" as full page calendar. But I can't find anything in docs how to embed it. I have new page created and now I'm stuck with what to do next :/
3 Replies
Patrick Boivin
Patrick Boivin•12mo ago
You can ask in #fullcalendar If you're wondering how to add the widget to a custom page, maybe this can help : https://filamentphp.com/docs/2.x/admin/pages/widgets
SandałyJudasza
SandałyJudasza•12mo ago
But this is for headers. I was under impression that this is not proper way to achieve this. Now it's quite understandable 🙂 Thx
Patrick Boivin
Patrick Boivin•12mo ago
Well if you're in a Filament page yes, getHeaderWidgets() is probably the simple option but if you want to create a completely custom view, I think you can use the <x-filament::widgets> directly. Check the Dashboard template for an example: https://github.com/filamentphp/filament/blob/2.x/packages/admin/resources/views/pages/dashboard.blade.php