Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Reference for Nuxt UI v4 (125+ components built on Reka UI + Tailwind CSS v4) including forms, overlays, and theming.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
components/dashboard-navbar.md
1# DashboardNavbar23A responsive navbar to display in a dashboard.45## Key Props67- `title`: to set the title of the navbar.8- `icon`: to set the icon of the navbar.9- `toggle`: to customize the toggle button displayed on mobile that opens the [DashboardSidebar](/docs/components/dashboard-sidebar) component.1011## Usage1213```vue14<UDashboardNavbar15<!-- props here -->16/>17```18