Components
Dashboard Topbar Layout
A responsive dashboard layout with a top navigation bar
A complete dashboard layout with a top navigation bar, search functionality, user profile dropdown, and main content area.
Sometimes SaaS applications have only 1 or 2 pages or different scenarios where a sidebar isn't necessary. In these cases, a topbar-only navigation is sufficient for the application.
Remove Default Layout Files
Remove Sidebar Files
When implementing a topbar-only layout, you should remove these files:
components/layouts/dashboard/dashboard-sidebar.tsx
components/layouts/dashboard/sidebar-nav-items.tsx
components/layouts/dashboard/sidebar-upgrade-card.tsx
Dashboard Layout
Top Navigation Bar
Dashboard Page
Settings Layout
Tips
- Use this layout when you need more horizontal space for content
- Include a search bar for quick access to important features
- Add notification icons for alerts and messages
- Ensure the user profile dropdown includes account settings and logout
- Consider adding breadcrumbs for deeper navigation structures