[DashboardLayout] Instead of sidebar, show pages as tabs below the appbar
Summary
Add a variant or alternative DashboardLayout component where the navigation menu is laid out horizontally under the app header.
Some examples:
Vercel:
Retool:
This could even remove the need for multi-level sidebar as first level could be header and the second level could be on left sidebar.
Examples
No response
Motivation
No response
Search keywords: layout
Super useful use-case to handle! Would love to see this implemented too!
Bottom Navigation is another useful option, especially for mobile. If there's a "menuType" prop defaulting to the existing solution and a solution for overriding on mobile (or by breakpoint for more functionality), it would be pretty future-proof. Granted, mobile override would be pretty easy to do manually on a project-by-project basis if it's not an in-demand feature.