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?
4 Replies
Dennis Koch
Dennis Koch3w ago
What is "the bottom navigation in Filament"?
Matthew
Matthew3w ago
But instead of having it at the top of the screen, having it at the bottom I think it could be possible? But it might break the UI
Dennis Koch
Dennis Koch3w ago
I thought that too. But the last sentence confused me 😅 Should be doable via CSS. But might need some adjustments to more than the navigation bar

Did you find this page helpful?