\n\n### Additional context\n\n_No response_",[3172,3175,3176],{"name":3173,"color":3174},"enhancement","a2eeef",{"name":3141,"color":3142},{"name":3162,"color":3163},4788,"[Feature Request] Add Descriptions component","2025-08-19T03:39:55Z","https://github.com/nuxt/ui/issues/4788",0.7843232,{"description":3183,"labels":3184,"number":3187,"owner":3147,"repository":3188,"state":3189,"title":3190,"updated_at":3191,"url":3192,"score":3193},"https://volta.s3.fr-par.scw.cloud/Clean_Shot_2022_11_16_at_17_20_41_8b14c455c0.mp4\n",[3185],{"name":3158,"color":3186},"ff281a",981,"nuxt.com","closed","[docs]/guide/directory-structure/app.config: missing content + broken nav ","2022-12-07T06:14:48Z","https://github.com/nuxt/nuxt.com/issues/981",0.6876007,{"description":3195,"labels":3196,"number":3201,"owner":3147,"repository":3148,"state":3189,"title":3202,"updated_at":3203,"url":3204,"score":3205},"### Description\n\nHow to enable [IntelliSense](https://ui3.nuxt.dev/components/link#intellisense)\n\nwhen wrie the code on class atribute like this\n `\u003Cdiv class=\"bg-red-500 text-white p-4 flex justify-between\">`\n\n the sugestion not show\n",[3197,3200],{"name":3198,"color":3199},"question","d876e3",{"name":3141,"color":3142},2949,"VS Code IntelliSense not working","2025-01-06T07:33:40Z","https://github.com/nuxt/ui/issues/2949",0.72371656,{"description":3207,"labels":3208,"number":3211,"owner":3147,"repository":3148,"state":3189,"title":3212,"updated_at":3213,"url":3214,"score":3215},"### Environment\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v20.11.1\n- Nuxt Version: 3.14.159\n- CLI Version: 3.15.0\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@9.11.0\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.8, @nuxtjs/html-validator@1.8.2, @nuxt/image@1.8.1, @nuxt/eslint@0.6.1, @nuxtjs/seo@2.0.0-rc.23\n- Build Modules: -\n------------------------------\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n\"@nuxt/ui\": \"3.0.0-alpha.8\",\n\n### Reproduction\n\n\u003C!-- layouts/default.vue -->\n\u003Ctemplate>\n \u003Cdiv class=\"container mx-auto\">\n \u003Cu-breadcrumb :items=\"items \" />\n \u003Cslot>\u003C/slot>\n \u003C/div>\n\u003C/template>\n\n\n\u003Cscript lang=\"ts\" setup>\nimport { useRoute } from 'vue-router';\n\nconst route = useRoute();\nconst items = useBreadcrumbItems({\n schemaOrg: true,\n});\n\u003C/script>\n\n\n### Description\n\nthis will render the breadcrumbs in a \u003Cdiv> with an aria-label, which is a violation of this rule: https://html-validate.org/rules/aria-label-misuse.html\n\n- Rule ID: aria-label-misuse\n- Category: Accessibility\n- Standards: WCAG 2.2 (A)WCAG 2.1 (A)WCAG 2.0 (A)\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n ERROR HTML validation errors found for /song/justice-genesis-1\n\ninline\n 129:21990 error \"aria-label\" cannot be used on this element aria-label-misuse\n\n✖ 1 problem (1 error, 0 warnings)\n\nMore information:\n https://html-validate.org/rules/aria-label-misuse.html\n\n```",[3209,3210],{"name":3158,"color":3159},{"name":3141,"color":3142},2649,"breadcrumb HTML validation errors","2024-11-15T08:53:33Z","https://github.com/nuxt/ui/issues/2649",0.7274582,{"description":3217,"labels":3218,"number":3220,"owner":3147,"repository":3188,"state":3189,"title":3221,"updated_at":3222,"url":3223,"score":3224},"Noticed that the animation on the timeline does not work properly on mobile (only first item appears) AND we have an issue for the image when navigating on client-side (at least on Safari):\n\nhttps://user-images.githubusercontent.com/904724/180595606-b112686f-b2ce-4686-8be6-0620ab31dac5.MOV\n\nAlso notice the layout shift on reload, might be due to a lack of height specified on images.",[3219],{"name":3158,"color":3186},831,"[Community] About page timeline mobile","2023-02-15T12:31:02Z","https://github.com/nuxt/nuxt.com/issues/831",0.73464954,{"description":3226,"labels":3227,"number":3228,"owner":3147,"repository":3188,"state":3189,"title":3229,"updated_at":3230,"url":3231,"score":3232},"Lag on pitch to zoom https://www.notion.so/nuxt/Lag-on-pitch-to-zoom-01e68fe5383b4e1b8748f0e9b76a90df",[],1095,"[Review] Perf","2023-10-10T14:45:06Z","https://github.com/nuxt/nuxt.com/issues/1095",0.7479115,{"description":3234,"labels":3235,"number":3240,"owner":3147,"repository":3148,"state":3189,"title":3241,"updated_at":3242,"url":3243,"score":3244},"### Description\n\nI have a Slideover with some checkboxes from a 3rd party library. Whenever I close the slideover all values are lost. \r\n\r\nUsing just headless UI I can solve this by using `:unmount=\"false\"` on the `Dialog` and `TransitionRoot` but can't find anything similar on the slideover.\r\n\r\nDid I miss something here?\r\n\r\n\r\nCheers",[3236,3237],{"name":3198,"color":3199},{"name":3238,"color":3239},"upstream","78bddb",1357,"Slideover loosing state","2025-03-28T17:28:27Z","https://github.com/nuxt/ui/issues/1357",0.75218695,{"description":3246,"labels":3247,"number":3250,"owner":3147,"repository":3148,"state":3189,"title":3251,"updated_at":3252,"url":3253,"score":3254},"### For what version of Nuxt UI are you suggesting this?\n\nv3.0.0-alpha.x\n\n### Description\n\nI would like to have some way to customize the modal width. There isn't not even a \"size\" property and I can't change it by the \"ui\" prop.\n\n### Additional context\n\n_No response_",[3248,3249],{"name":3198,"color":3199},{"name":3141,"color":3142},2774,"[v3][UModal] Size property or way to customize modal width","2024-11-26T14:41:52Z","https://github.com/nuxt/ui/issues/2774",0.75998485,["Reactive",3256],{},["Set"],["ShallowReactive",3259],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fUpGKEfBUxAhxTkXWNlPsMF66241OdQ_Di00o6sPBmlc":-1},"/nuxt/nuxt.com/1087"]