\n\nIt can be worked around using `item-label` slot, but it would be nice if developer can use `items` props only to implement it for simpler way.\n\nBelow, I have tried to create it using Reka UI `combobox` component, the component used by SelectMenu.\n\n\u003Cimg width=\"329\" height=\"460\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/e5cda771-3f8e-4369-bb3b-d5159f84d425\" />\n\n### Additional context\n\n_No response_",[3139,3142,3145],{"name":3140,"color":3141},"enhancement","a2eeef",{"name":3143,"color":3144},"v3","49DCB8",{"name":3146,"color":3147},"triage","ffffff",4661,"nuxt","ui","open","SelectMenu: add description props to show text below title","2025-08-06T02:19:32Z","https://github.com/nuxt/ui/issues/4661",0.7675452,{"description":3157,"labels":3158,"number":3161,"owner":3149,"repository":3150,"state":3151,"title":3162,"updated_at":3163,"url":3164,"score":3165},"### Description\n\nI would like variant options for the calendar (Solid, Soft, Subtle, Outline, Ghost), where currently it's just 'solid' currently. \n\n### Additional context\n\n\u003Cimg width=\"260\" height=\"288\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/dd5ae43c-efc1-41bf-889e-fcfcbbfda953\" />\n\u003Cp>e.g. Soft\u003C/p>",[3159,3160],{"name":3140,"color":3141},{"name":3146,"color":3147},4713,"Calender: add variant options","2025-08-11T23:21:51Z","https://github.com/nuxt/ui/issues/4713",0.7688348,{"description":3167,"labels":3168,"number":3172,"owner":3149,"repository":3150,"state":3151,"title":3173,"updated_at":3174,"url":3175,"score":3176},"### Description\n\nLike this:\n\n\u003Cimg width=\"1460\" height=\"1070\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/5af87b52-8adc-40e9-8a6d-2ec6272e9cb7\" />\n\n### Additional context\n\n_No response_",[3169,3170,3171],{"name":3140,"color":3141},{"name":3143,"color":3144},{"name":3146,"color":3147},4744,"Horizontal form","2025-08-15T09:26:47Z","https://github.com/nuxt/ui/issues/4744",0.77382505,{"description":3178,"labels":3179,"number":3183,"owner":3149,"repository":3150,"state":3184,"title":3185,"updated_at":3186,"url":3187,"score":3188},"### Description\n\nWould be great to have an option to let the tooltip track your mouse while hovering over the content. This is useful for large content areas where it's not always clear where the tooltip will be. \n\n### Additional context\n\nhttps://github.com/user-attachments/assets/99ba6a59-a860-408e-b46a-82a56f36e3b8",[3180,3181,3182],{"name":3140,"color":3141},{"name":3143,"color":3144},{"name":3146,"color":3147},4430,"closed","Tooltip mouse tracking","2025-06-30T13:02:07Z","https://github.com/nuxt/ui/issues/4430",0.7207067,{"description":3190,"labels":3191,"number":3195,"owner":3149,"repository":3150,"state":3184,"title":3196,"updated_at":3197,"url":3198,"score":3199},"### 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```",[3192,3193,3194],{"name":3140,"color":3141},{"name":3143,"color":3144},{"name":3146,"color":3147},4050,"NavigationMenu has no way to apply a tooltip.","2025-05-10T11:36:41Z","https://github.com/nuxt/ui/issues/4050",0.7378652,{"description":3201,"labels":3202,"number":3205,"owner":3149,"repository":3206,"state":3184,"title":3207,"updated_at":3208,"url":3209,"score":3210},"I believe we need to add more spacing on mobile before the buttons (applies to other headers). Also noticed that the Jobs page is centered on mobile, would be nice to keep consistency and have it on left like other community pages.\n\n",[3203],{"name":3140,"color":3204},"1ad6ff",824,"nuxt.com","[Community] About page","2023-02-15T12:32:52Z","https://github.com/nuxt/nuxt.com/issues/824",0.74234635,{"description":3212,"labels":3213,"number":3221,"owner":3149,"repository":3150,"state":3184,"title":3222,"updated_at":3223,"url":3224,"score":3225},"### Description\n\nWe already have to possibility to add help text to a `FormField`, but I don't always want to bloat my page with this. Would be really nice if we could have an option like `tooltip=\"Some helper text\"` that automatically shows an icon next to the label.\n\nOf course this can be done with the `#label` slot. But I think this quite normal/useful to have in e.g. dashboard etc.\n\n### Additional context\n\n",[3214,3215,3216,3219],{"name":3140,"color":3141},{"name":3143,"color":3144},{"name":3217,"color":3218},"closed-by-bot","ededed",{"name":3220,"color":3218},"stale",3715,"`FormField` tooltip","2025-07-30T02:13:37Z","https://github.com/nuxt/ui/issues/3715",0.74831694,{"description":3227,"labels":3228,"number":3232,"owner":3149,"repository":3150,"state":3184,"title":3233,"updated_at":3234,"url":3235,"score":3236},"### 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_",[3229,3230,3231],{"name":3140,"color":3141},{"name":3143,"color":3144},{"name":3146,"color":3147},3748,"ContentNavigation&NavigationMenu add noPrefetch Prop","2025-05-10T17:36:22Z","https://github.com/nuxt/ui/issues/3748",0.7493409,{"description":3238,"labels":3239,"number":3244,"owner":3149,"repository":3150,"state":3184,"title":3245,"updated_at":3246,"url":3247,"score":3248},"### Description\n\nIt would be amazing to be able to add a tooltip for the value, because now slider looks too simple. Please think about it.\n\n### Additional context\n\n_No response_",[3240,3241,3243],{"name":3140,"color":3141},{"name":3242,"color":3147},"wontfix-v2",{"name":3143,"color":3144},1469,"[Slider] Handle tooltip around thumb","2025-05-10T19:27:08Z","https://github.com/nuxt/ui/issues/1469",0.75123644,{"description":3250,"labels":3251,"number":3260,"owner":3149,"repository":3150,"state":3184,"title":3261,"updated_at":3262,"url":3263,"score":3264},"### Environment\n\nn/a as it can be seen on official docs.\n\n### Is this bug related to Nuxt or Vue?\n\nVue\n\n### Version\n\nv3.2.0\n\n### Reproduction\n\nI have not provided a minimal repo as the bug can be viewed on the main docs [https://ui.nuxt.com/components/tooltip]\n\n### Description\n\nThe delay in the tooltip delay option does not seem to be working. No matter the setting` :delay-duration=\"10\"` the tooltip still shows up instantly.\n\n### Additional context\n\nI have reproduced this in a vue repo.\n\n### Logs\n\n```shell-script\n\n```",[3252,3255,3258,3259],{"name":3253,"color":3254},"bug","d73a4a",{"name":3256,"color":3257},"needs reproduction","CB47CF",{"name":3143,"color":3144},{"name":3146,"color":3147},4480,"Tooltip delay not working","2025-07-08T09:06:10Z","https://github.com/nuxt/ui/issues/4480",0.7512862,["Reactive",3266],{},["Set"],["ShallowReactive",3269],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$feJFAiASpKm9Pvqgb5dPa7vUbYWkThFdypDb-kmNRRns":-1},"/nuxt/ui/4566"]