\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.73124737,{"description":3157,"labels":3158,"number":3162,"owner":3149,"repository":3150,"state":3151,"title":3163,"updated_at":3164,"url":3165,"score":3166},"### Description\n\n`name` and `type` in the `ProseField` component can only be consigned as strings:\n\n```\n::field{name=\"fieldname\" type=\"boolean\"}\ndescription\n::\n```\n\nBut actually I need them as slots like:\n\n```\n::field\n#name\n\u003Cbutton>fieldname\u003C/button>\n#type\n\u003Cspan>fieldtype\u003C/span>\n#default\ndescription\n::\n```\n\nIt's not much of an adjustment, just a little tweaking in the respective Vue component:\n\n```\n \u003Cspan\n v-if=\"!!slots.name || name\"\n :class=\"ui.name({ class: props.ui?.name })\"\n >\n \u003Cslot name=\"name\" mdc-unwrap=\"p\">\n {{ name }}\n \u003C/slot>\n \u003C/span>\n```\n\nI tried to overwrite it with my own component in `component/contents/ProseField.vue`, but it didn't work in production, probably because of tree shaking. (That's another issue.)\n\n### Additional context\n\n_No response_",[3159,3160,3161],{"name":3140,"color":3141},{"name":3143,"color":3144},{"name":3146,"color":3147},4575,"Allow name and type slots in ProseField (#uiPro)","2025-07-22T20:26:57Z","https://github.com/nuxt/ui/issues/4575",0.7459756,{"description":3168,"labels":3169,"number":3173,"owner":3149,"repository":3150,"state":3151,"title":3174,"updated_at":3175,"url":3176,"score":3177},"### Description\n\nUsing `\u003CUNavigationMenu>` it adds an external icon when prop `to` is an external link: \n\n\u003Cimg width=\"196\" height=\"69\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/e7417d54-ca16-48c2-9992-a54a9bed764d\" />\n\nUnfortunately, `UButton` doesnt have this feature. Even with the prop `trailingIcon` the same behavior cant be archived manually in an easy manner because the icon wont be small, at the top and grayed out. Currently it would require to make it fully manually:\n\n```\n\u003CUButton :to=\"externalUrl\" target=\"_blank\">\n \u003Cspan\n >To external provider\u003CIcon\n name=\"i-material-symbols:arrow-outward-rounded\"\n class=\"size-3 align-top opacity-70\"\n />\u003C/span>\n \u003C/UButton>\n```\n\n\u003Cimg width=\"191\" height=\"48\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/f89198d7-a64f-4a04-815b-41ddba68c3cc\" />\n\nIt would be great if a button would either automatically add the icon, like `\u003CUNavigationMenu>` does, or would have a prop `externalIcon` that can be set to true.\n\n### Additional context\n\n\n\n_No response_",[3170,3171,3172],{"name":3140,"color":3141},{"name":3143,"color":3144},{"name":3146,"color":3147},4501,"Add external icon option to UButton and ULink","2025-07-11T09:39:53Z","https://github.com/nuxt/ui/issues/4501",0.7487137,{"description":3179,"labels":3180,"number":3184,"owner":3149,"repository":3150,"state":3151,"title":3185,"updated_at":3186,"url":3187,"score":3188},"### Description\n\nRadioGroup has 3 styles that dramatically change the look. Which is a bit contrary to the overall UI concept of the library. After all, in all components variant changes only the color, not the entire rendering.\n\nI propose to add variants: solid, outline, soft, subtle, ghost. Styles can be taken from Button.\n\nAnd the current styles list, card, table should be moved to a new props, but I don't know what to call it.\n\n### Additional context\n\nOccasionally there is a need to make a visual button, but to work as radio",[3181,3182,3183],{"name":3140,"color":3141},{"name":3143,"color":3144},{"name":3146,"color":3147},4545,"Expand RadioGroup and bring it to a common style","2025-07-17T15:53:35Z","https://github.com/nuxt/ui/issues/4545",0.76270455,{"description":3190,"labels":3191,"number":3195,"owner":3149,"repository":3150,"state":3151,"title":3196,"updated_at":3197,"url":3198,"score":3199},"### Description\n\nI would like to use the InputNumber component, but I don't necessarily want the increment/decrement buttons to show up.\n\n### Additional context\n\n_No response_",[3192,3193,3194],{"name":3140,"color":3141},{"name":3143,"color":3144},{"name":3146,"color":3147},4718,"[InputNumber] add option to hide increment/decrement buttons","2025-08-12T08:05:11Z","https://github.com/nuxt/ui/issues/4718",0.76576763,{"description":3201,"labels":3202,"number":3206,"owner":3149,"repository":3150,"state":3207,"title":3208,"updated_at":3209,"url":3210,"score":3211},"### Description\n\nVisually equal `UNavigationMenu` has a `badge` prop but `UTabs` is missing this feature\n\n\u003Cimg width=\"685\" height=\"55\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/889b4d58-fecf-4358-9501-8adfa8609133\" />\n\n### Additional context\n\nOriginally implemented within #2627 but missing in v3\n\nYes it can be done be using a slot, but it would provide great DX to have the prop. ",[3203,3204,3205],{"name":3140,"color":3141},{"name":3143,"color":3144},{"name":3146,"color":3147},4548,"closed","Add badge option to UTabs","2025-07-21T14:55:28Z","https://github.com/nuxt/ui/issues/4548",0.6789878,{"description":3213,"labels":3214,"number":3218,"owner":3149,"repository":3150,"state":3207,"title":3219,"updated_at":3220,"url":3221,"score":3222},"### Description\n\nCurrently, this component is somewhat misleading. Its name clearly states that it is a group for buttons. However, if you go inside, you will find examples not only with buttons, but also with input and badge.\n\nI suggest renaming the component to `Group` so that people don't get confused and use it everywhere.\n\n### Additional context\n\n_No response_",[3215,3216],{"name":3140,"color":3141},{"name":3217,"color":3144},"v4",4544,"Rename `ButtonGroup` to `FieldGroup`","2025-08-13T12:11:48Z","https://github.com/nuxt/ui/issues/4544",0.70670843,{"description":3224,"labels":3225,"number":3233,"owner":3149,"repository":3150,"state":3207,"title":3234,"updated_at":3235,"url":3236,"score":3237},"### Description\n\nTo enhance user experience in some cases we can show selected values as Badges(chips) and it helps the user to see selected values. It can even deselect it without the need to open the list and find between long items. \r\n\r\neg: \r\n\r\n\r\n\r\n\r\nIt can be very helpful for developers and it's a handy feature.\r\n\r\nI implemented it and I will make PR for that soon :).\r\n\n\n### Additional context\n\n_No response_",[3226,3227,3228,3231],{"name":3140,"color":3141},{"name":3143,"color":3144},{"name":3229,"color":3230},"closed-by-bot","ededed",{"name":3232,"color":3230},"stale",1088,"Badges as display value for SelectMenu component","2025-08-18T02:13:52Z","https://github.com/nuxt/ui/issues/1088",0.736088,{"description":3239,"labels":3240,"number":3244,"owner":3149,"repository":3150,"state":3207,"title":3245,"updated_at":3246,"url":3247,"score":3248},"### Description\n\nIn the Stepper Component, it could be good if we add a `tag: { type: String, default: 'h3' }` props in `const props = defineProps({ ... }) `\nCurrently, it's a h4 by default and we cannot switch for a h3. \n\n### Additional context\n\n_No response_",[3241,3242,3243],{"name":3140,"color":3141},{"name":3143,"color":3144},{"name":3146,"color":3147},4096,"Add tag props - Stepper Component","2025-05-10T15:59:29Z","https://github.com/nuxt/ui/issues/4096",0.74459714,{"description":3250,"labels":3251,"number":3255,"owner":3149,"repository":3150,"state":3207,"title":3256,"updated_at":3257,"url":3258,"score":3259},"### Description\n\nThis is a re-opening of #1484 but for v3. It seems in the transition from v2 to v3, giving the indicators (now \"dots\") ARIA \"tab\" roles was lost. While I did mention it in my original issue, I don't believe my original PR accounted for when multiple items would be displayed at the same time. Perhaps the changes for v3 can take that into account.\n\n### Additional context\n\n_No response_",[3252,3253,3254],{"name":3140,"color":3141},{"name":3143,"color":3144},{"name":3146,"color":3147},4494,"Carousel component could be made more accessible (v3).","2025-07-10T12:18:41Z","https://github.com/nuxt/ui/issues/4494",0.7469351,["Reactive",3261],{},["Set"],["ShallowReactive",3264],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fR9-sT6zI_fI2_RkzK3DQ2QzepEW6pgQqwEs9xxq3nx4":-1},"/nuxt/ui/4006"]