Creating a Dashboard and can widgets on a dashboard be simple livewire components?
I am trying to find the documentation for how to create a new Dashboard. And can simple livewire components be used as widgets on the Filament Dashboard? Can you advice on how I go about doing this?
3 Replies
any advice on this?
Have you try this?
https://filamentphp.com/docs/3.x/panels/dashboard#creating-multiple-dashboards
And you can load Livewire components into its view
Widgets are just livewire components so you can do anything you want with them.