\n```",[2899,2900],{"name":2888,"color":2889},{"name":2871,"color":2872},3517,"closed","How To Style NavigationMenu items","2025-05-10T11:36:22Z","https://github.com/nuxt/ui/issues/3517",0.69902706,{"description":2908,"labels":2909,"number":2915,"owner":2877,"repository":2878,"state":2902,"title":2916,"updated_at":2917,"url":2918,"score":2919},"### Description\n\nHi,\n\nI believe that it would be very interesting to implement in the NavigationMenu an attribute similar to the Accordion multiple to allow to open only branch of the menu when the menu is vertical.\n\nKind regards...Antonio\n\n### Additional context\n\n_No response_",[2910,2911,2912],{"name":2868,"color":2869},{"name":2871,"color":2872},{"name":2913,"color":2914},"triage","ffffff",4072,"NavigationMenu implement Accordion multiple attribute","2025-05-20T14:47:06Z","https://github.com/nuxt/ui/issues/4072",0.7387515,{"description":2921,"labels":2922,"number":2926,"owner":2877,"repository":2878,"state":2902,"title":2927,"updated_at":2928,"url":2929,"score":2930},"### Description\n\nThe UNavigationMenu component in collapsed mode provides a space-efficient navigation experience.\n\nHowever, when a navigation item has submenus, the current behavior on click is to add the submenu items with a new list of icons at the same level. This can be confusing, as it’s not immediately clear that a submenu was opened, it looks like a flat continuation of the main menu.\n\nhttps://github.com/user-attachments/assets/809d7216-d707-48a6-bfeb-d6f3f4c292a5\n\n\n👉 A potential improvement would be to show a popover menu on hover (like Stripe does) when an item with children is hovered in collapsed mode.\n\n\n\n### Additional context\n\n_No response_",[2923,2924,2925],{"name":2868,"color":2869},{"name":2871,"color":2872},{"name":2913,"color":2914},4186,"Show a popover menu on hover in `UNavigationMenu` when collapsed, for items with submenus","2025-05-21T16:39:05Z","https://github.com/nuxt/ui/issues/4186",0.74013925,{"description":2932,"labels":2933,"number":2937,"owner":2877,"repository":2878,"state":2902,"title":2938,"updated_at":2939,"url":2940,"score":2941},"### Description\n\nIn v2, this attribute existed, but it not exsit in v3. Without noPrefetch control on large sites, the traffic consumption can be enormous.\n\n### Additional context\n\n_No response_",[2934,2935,2936],{"name":2868,"color":2869},{"name":2871,"color":2872},{"name":2913,"color":2914},3748,"ContentNavigation&NavigationMenu add noPrefetch Prop","2025-05-10T17:36:22Z","https://github.com/nuxt/ui/issues/3748",0.74630225,{"description":2943,"labels":2944,"number":2948,"owner":2877,"repository":2878,"state":2902,"title":2949,"updated_at":2950,"url":2951,"score":2952},"### Description\n\nI was looking to implement tooltip for NavigationMenu links as it was available in the DashboardSidebarLinks component in v2. But seems like the feature is no longer present in v3. \n\nhttps://ui2.nuxt.com/pro/components/dashboard-sidebar-links\n\nLet me know if there is still a simple way to implement tooltips specially in the collapsed Sidebar. I don't wanna go down with the slots approach. It looks dirty.\n\n\n\n### Additional context\n\nThis is what I have to do in order to get it to work. I believe this should be part of Nuxt UI already.\n\n``` js\n\u003CUNavigationMenu :collapsed=\"collapsed\" :items=\"links\" orientation=\"vertical\">\n \u003Ctemplate #item-leading=\"{ item }\">\n \u003CUTooltip :disabled=\"!collapsed\" :text=\"item.label\">\n \u003CUIcon\n :name=\"item.icon || ''\"\n class=\"text-dimmed group-hover:text-default size-5 shrink-0 transition-colors\"\n />\n \u003C/UTooltip>\n \u003C/template>\n\u003C/UNavigationMenu>\n```",[2945,2946,2947],{"name":2868,"color":2869},{"name":2871,"color":2872},{"name":2913,"color":2914},4050,"NavigationMenu has no way to apply a tooltip.","2025-05-10T11:36:41Z","https://github.com/nuxt/ui/issues/4050",0.74796945,{"description":2954,"labels":2955,"number":2960,"owner":2877,"repository":2878,"state":2902,"title":2961,"updated_at":2962,"url":2963,"score":2964},"### Description\n\nIt is possible add an slot named `option-append` which will be after the menu content?\r\nFor example it will be useful to add an intersection observer when creating an infinite scroll select.\n\n### Additional context\n\n_No response_",[2956,2957,2959],{"name":2868,"color":2869},{"name":2958,"color":2914},"wontfix-v2",{"name":2871,"color":2872},1167,"`USelectMenu` option-append","2025-05-23T15:24:34Z","https://github.com/nuxt/ui/issues/1167",0.75523627,{"description":2966,"labels":2967,"number":2968,"owner":2877,"repository":2969,"state":2902,"title":2970,"updated_at":2971,"url":2972,"score":2973},"https://www.figma.com/file/OLlmzoVQ7FSBh4FJJORNpl/nuxt.com?node-id=4452%3A42741",[],472,"nuxt.com","[Company] Careers integration `/company/careers`","2023-02-15T12:31:28Z","https://github.com/nuxt/nuxt.com/issues/472",0.755568,{"description":2975,"labels":2976,"number":2984,"owner":2877,"repository":2878,"state":2902,"title":2985,"updated_at":2986,"url":2987,"score":2988},"### Environment\n\n- Operating System: Darwin\n- Node Version: v20.11.1\n- Nuxt Version: 3.16.2\n- CLI Version: 3.25.1\n- Nitro Version: 2.11.12\n- Package Manager: npm@10.2.4\n- Builder: -\n- User Config: css, compatibilityDate, devtools, future, modules, runtimeConfig, ssr, typescript\n- Runtime Modules: @nuxt/eslint@1.4.0, @nuxt/fonts@0.11.4, @nuxt/ui-pro@3.1.2, @pinia/nuxt@0.5.5, @vueuse/nuxt@10.11.1, nuxt-auth-utils@0.5.20, nuxt-authorization@0.3.4\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.1.2\n\n### Reproduction\n\nJust use the code of https://github.com/nuxt-ui-pro/dashboard/blob/main/app/pages/settings.vue and add a child to one of the links used for the UNavigationMenu. Like :\n````\n{\n label: \"General\",\n icon: \"i-lucide-user\",\n to: \"/settings\",\n children: [\n {\n label: \"Hello\",\n icon: \"i-lucide-book-open\",\n },\n ],\n exact: true,\n },\n````\n\n### Description\n\nIt seems wrapping the UNavigationMenu component in UDashboardToolbar will cause the UNavigationMenu's links children dropdown to not appear or be hidden.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2977,2980,2981],{"name":2978,"color":2979},"bug","d73a4a",{"name":2871,"color":2872},{"name":2982,"color":2983},"nuxt/ui-pro","00dc82",4177,"UNavigationMenu item children not visible when wrapped in UDashboardToolbar","2025-05-23T12:23:17Z","https://github.com/nuxt/ui/issues/4177",0.759226,["Reactive",2990],{},["Set"],["ShallowReactive",2993],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fMJobbuBjPn2nvjjemqsHDpRq4jZIAJtqk_dZ1AFeN2U":-1},"/nuxt/ui/4185"]