Bottom Navigation Bar
In filament you can have the side bar menu appearing on top using ->topNavigation() like
public function panel(Panel $panel): Panel
{
return $panel
// ...
} Is it possible to have the Bottom Navigation of menu Items in Filament in the same manner?
public function panel(Panel $panel): Panel
{
return $panel
// ...
} Is it possible to have the Bottom Navigation of menu Items in Filament in the same manner?