\n\n### Additional context\n\n_No response_",[3193,3196,3197],{"name":3194,"color":3195},"enhancement","a2eeef",{"name":3162,"color":3163},{"name":3183,"color":3184},4788,"[Feature Request] Add Descriptions component","2025-08-19T03:39:55Z","https://github.com/nuxt/ui/issues/4788",0.7843232,{"description":3204,"labels":3205,"number":3208,"owner":3168,"repository":3209,"state":3210,"title":3211,"updated_at":3212,"url":3213,"score":3214},"https://volta.s3.fr-par.scw.cloud/Clean_Shot_2022_11_16_at_17_20_41_8b14c455c0.mp4\n",[3206],{"name":3179,"color":3207},"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":3216,"labels":3217,"number":3222,"owner":3168,"repository":3169,"state":3210,"title":3223,"updated_at":3224,"url":3225,"score":3226},"### 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",[3218,3221],{"name":3219,"color":3220},"question","d876e3",{"name":3162,"color":3163},2949,"VS Code IntelliSense not working","2025-01-06T07:33:40Z","https://github.com/nuxt/ui/issues/2949",0.72371656,{"description":3228,"labels":3229,"number":3232,"owner":3168,"repository":3169,"state":3210,"title":3233,"updated_at":3234,"url":3235,"score":3236},"### 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```",[3230,3231],{"name":3179,"color":3180},{"name":3162,"color":3163},2649,"breadcrumb HTML validation errors","2024-11-15T08:53:33Z","https://github.com/nuxt/ui/issues/2649",0.7274582,{"description":3238,"labels":3239,"number":3241,"owner":3168,"repository":3209,"state":3210,"title":3242,"updated_at":3243,"url":3244,"score":3245},"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.",[3240],{"name":3179,"color":3207},831,"[Community] About page timeline mobile","2023-02-15T12:31:02Z","https://github.com/nuxt/nuxt.com/issues/831",0.73464954,{"description":3247,"labels":3248,"number":3249,"owner":3168,"repository":3209,"state":3210,"title":3250,"updated_at":3251,"url":3252,"score":3253},"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":3255,"labels":3256,"number":3261,"owner":3168,"repository":3169,"state":3210,"title":3262,"updated_at":3263,"url":3264,"score":3265},"### 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",[3257,3258],{"name":3219,"color":3220},{"name":3259,"color":3260},"upstream","78bddb",1357,"Slideover loosing state","2025-03-28T17:28:27Z","https://github.com/nuxt/ui/issues/1357",0.75218695,{"description":3267,"labels":3268,"number":3271,"owner":3168,"repository":3169,"state":3210,"title":3272,"updated_at":3273,"url":3274,"score":3275},"### 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_",[3269,3270],{"name":3219,"color":3220},{"name":3162,"color":3163},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",3277],{},["Set"],["ShallowReactive",3280],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fUpGKEfBUxAhxTkXWNlPsMF66241OdQ_Di00o6sPBmlc":-1},"/nuxt/nuxt.com/1087"]