FilamentF
Filament2y ago
Abi

How do I go about aligning the widgets on a custom dashboard?

I created a new dashboard and added widgets with the following code
public function getHeaderWidgets(): array
{
    return [
        AccountWidget::class,
        AppointmentCount::class,
    ];
}
CleanShot_2024-03-17_at_17.05.27.png
Was this page helpful?