\n\n### Additional context\n\n_No response_",[3172,3175,3178],{"name":3173,"color":3174},"enhancement","a2eeef",{"name":3176,"color":3177},"v3","49DCB8",{"name":3179,"color":3180},"triage","ffffff",4744,"nuxt","ui","open","Horizontal form","2025-08-15T09:26:47Z","https://github.com/nuxt/ui/issues/4744",0.7223434,{"description":3190,"labels":3191,"number":3194,"owner":3182,"repository":3183,"state":3184,"title":3195,"updated_at":3196,"url":3197,"score":3198},"### 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>",[3192,3193],{"name":3173,"color":3174},{"name":3179,"color":3180},4713,"Calender: add variant options","2025-08-11T23:21:51Z","https://github.com/nuxt/ui/issues/4713",0.72881466,{"description":3200,"labels":3201,"number":3205,"owner":3182,"repository":3183,"state":3184,"title":3206,"updated_at":3207,"url":3208,"score":3209},"### Description\n\nOptions in `SelectMenu` might need a description below the title e.g. like the watch dropdown on github:\n\n\u003Cimg width=\"362\" height=\"378\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/78093701-742b-49ad-8b60-e26435a3bca5\" />\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_",[3202,3203,3204],{"name":3173,"color":3174},{"name":3176,"color":3177},{"name":3179,"color":3180},4661,"SelectMenu: add description props to show text below title","2025-08-06T02:19:32Z","https://github.com/nuxt/ui/issues/4661",0.74002516,{"description":3211,"labels":3212,"number":3216,"owner":3182,"repository":3182,"state":3184,"title":3217,"updated_at":3218,"url":3219,"score":3220},"### Describe the feature\n\nI feel as though the following feature requests should be considered for NuxtTime.\n\n- Default slot to allow for customizing how the time is displayed, while re-using the logic. For example, use with [Numberflow](https://number-flow.barvian.me/vue)\n- Additionally/Alternatively extract the logic into composable like useTime(new Date(), {...config})\n- Refresh relative time at an interval. For example, 5 mins ago would update to 6 mins ago\n- Compact appearance for relative time formatting. Example: instead of \"5 days ago\" show \"5d\"\n\n### Additional information\n\n- [x] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [x] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [x] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[3213],{"name":3214,"color":3215},"discussion","538de2",32478,"allow reactive updated relative time in `\u003CNuxtTime>`","2025-08-06T09:25:07Z","https://github.com/nuxt/nuxt/issues/32478",0.7504245,{"description":3222,"labels":3223,"number":3227,"owner":3182,"repository":3183,"state":3184,"title":3228,"updated_at":3229,"url":3230,"score":3231},"### 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_",[3224,3225,3226],{"name":3173,"color":3174},{"name":3176,"color":3177},{"name":3179,"color":3180},4575,"Allow name and type slots in ProseField (#uiPro)","2025-07-22T20:26:57Z","https://github.com/nuxt/ui/issues/4575",0.7588697,{"description":3233,"labels":3234,"number":3238,"owner":3182,"repository":3182,"state":3184,"title":3239,"updated_at":3240,"url":3241,"score":3242},"### Describe the feature\n\nAdd documentation for Nuxt Components \n\n\n\n\nComparison between Vue template Component and Nuxt Layout Component, there is no documentation for hovering over the element unlike others\n\n### Additional information\n\n- [ ] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [x] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [x] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[3235],{"name":3236,"color":3237},"pending triage","E99695",32330,"Better IDE Docs","2025-06-08T03:26:08Z","https://github.com/nuxt/nuxt/issues/32330",0.76423377,{"description":3244,"labels":3245,"number":3250,"owner":3182,"repository":3183,"state":3251,"title":3252,"updated_at":3253,"url":3254,"score":3255},"### Package\n\nv4.0.0-alpha.x\n\n### Description\n\nIt would be nice if the docs [ThemePicker](https://github.com/nuxt/ui/tree/v4/docs/app/components/theme-picker) component became part of NuxtUI directly. If this is something that would be accepted, I can work on creating a pull request.\n\n### Additional context\n\n_No response_",[3246,3247,3248],{"name":3173,"color":3174},{"name":3179,"color":3180},{"name":3249,"color":3177},"v4",4960,"closed","Provide ThemePicker component","2025-09-12T19:45:22Z","https://github.com/nuxt/ui/issues/4960",0.72408587,{"description":3257,"labels":3258,"number":3263,"owner":3182,"repository":3183,"state":3251,"title":3264,"updated_at":3265,"url":3266,"score":3267},"### Description\n\nAdd a file upload component, for example, as in PrimeVue https://primevue.org/fileupload/\n\n### Additional context\n\n\u003Cimg width=\"781\" alt=\"image\" src=\"https://github.com/nuxt/ui/assets/57481006/0a63afba-24a2-4b6e-9933-bfeaf44ba0d8\">\r\n\u003Cimg width=\"779\" alt=\"image\" src=\"https://github.com/nuxt/ui/assets/57481006/0dc62c63-52e9-495b-b1cc-b89d61880a2c\">\r\n",[3259,3262],{"name":3260,"color":3261},"feature","A27AF6",{"name":3176,"color":3177},1945,"Add file upload component","2025-07-23T15:08:44Z","https://github.com/nuxt/ui/issues/1945",0.7360114,{"labels":3269,"number":3274,"owner":3182,"repository":3182,"state":3251,"title":3275,"updated_at":3276,"url":3277,"score":3278},[3270,3273],{"name":3271,"color":3272},"3.x","29bc7f",{"name":3236,"color":3237},14199,"V-calendar ","2023-01-19T17:42:49Z","https://github.com/nuxt/nuxt/issues/14199",0.7409839,{"labels":3280,"number":3285,"owner":3182,"repository":3182,"state":3251,"title":3286,"updated_at":3287,"url":3288,"score":3289},[3281,3282],{"name":3236,"color":3237},{"name":3283,"color":3284},"2.x","d4c5f9",9811,"nuxt ie下 报错 打不开项目","2023-07-31T02:13:55Z","https://github.com/nuxt/nuxt/issues/9811",0.74857336,["Reactive",3291],{},["Set"],["ShallowReactive",3294],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fzzCzhKhx5vIa8bU8aWvVB37rYklsLkl75IIAvfRR0no":-1},"/nuxt/ui/4634"]