Documentation Index
Fetch the complete documentation index at: https://mintlify.com/nuxt/ui/llms.txt
Use this file to discover all available pages before exploring further.
Usage
The DashboardNavbar component provides a responsive navigation bar for dashboard layouts, with support for sidebar toggling.With Sidebar Toggle
The navbar includes a toggle button to open/close the sidebar.Layout Slots
The navbar has three main content areas: left, center (default), and right.Custom Toggle
Customize the toggle button appearance.Without Toggle
Disable the toggle button if you don’t need sidebar functionality.Slots Example
Props
The element or component this component should render as.
The icon displayed next to the title.
The title text displayed in the navbar.
Customize the toggle button to open the sidebar. Pass
false to disable, or an object to customize the button.The side to render the toggle button on.
Custom class to apply to the root element.
Override default theme classes.
Slots
title
Customize the title content.
Customize the leading content (before the title).
Customize the trailing content (after the title).
Customize the entire left section of the navbar.
Customize the center section of the navbar.
Customize the right section of the navbar.
Customize the toggle button.