\n\n\nThis is how the new accordion will be visualized from the accessibility tree.\n\n\u003Cimg width=\"450\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/6490bbb7-d453-4516-89a1-069ff31c88e8\" />\n\nI would love to hear your opinion on this, and I would also be glad to help out if needed.\n\n\n### Additional context\n\n_No response_",[3031,3034],{"name":3032,"color":3033},"enhancement","a2eeef",{"name":3035,"color":3036},"triage","ffffff",4338,"ui","Accordion a11y using details and summary","2025-06-14T18:17:05Z","https://github.com/nuxt/ui/issues/4338",0.75548315,{"description":3044,"labels":3045,"number":3051,"owner":3022,"repository":3038,"state":3023,"title":3052,"updated_at":3053,"url":3054,"score":3055},"### Description\n\nWe sometimes want to show optional stuff in Tooltips, but right now this means duplicating the stuff inside the tooltip and putting that behind an if / show.\n\u003Cimg width=\"86\" height=\"41\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/21808b8b-2805-47b2-848b-b36bf28f7666\" />\n\n### Additional context\n\n_No response_",[3046,3047,3050],{"name":3032,"color":3033},{"name":3048,"color":3049},"v3","49DCB8",{"name":3035,"color":3036},4566,"Tooltip should not display when there is no value for 'text'","2025-07-22T06:39:46Z","https://github.com/nuxt/ui/issues/4566",0.76661265,{"description":3057,"labels":3058,"number":3062,"owner":3022,"repository":3022,"state":3023,"title":3063,"updated_at":3064,"url":3065,"score":3066},"### Describe the feature\n\nIt would be helpful to have a style guide in Nuxt documentation, similar to Vue's Style Guide (https://vuejs.org/v2/style-guide/)\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).",[3059],{"name":3060,"color":3061},"documentation","5319e7",18693,"Add \"style guide\" to docs","2024-06-30T11:09:34Z","https://github.com/nuxt/nuxt/issues/18693",0.7680923,{"labels":3068,"number":3073,"owner":3022,"repository":3022,"state":3074,"title":3075,"updated_at":3076,"url":3077,"score":3078},[3069,3070],{"name":3060,"color":3061},{"name":3071,"color":3072},"3.x","29bc7f",14613,"closed","Document `\u003CNuxtWelcome />`","2023-01-19T17:37:54Z","https://github.com/nuxt/nuxt/issues/14613",0.7556071,{"description":3080,"labels":3081,"number":3091,"owner":3022,"repository":3022,"state":3074,"title":3092,"updated_at":3093,"url":3094,"score":3095},"### Describe the feature\n\nA component to render it slot only during dev would be useful in some cases.\r\n\r\nThe content should be tree shaken during build\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://v3.nuxtjs.org/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/framework/discussions) and [issues](https://github.com/nuxt/framework/issues).",[3082,3084,3087,3088],{"name":3032,"color":3083},"8DEF37",{"name":3085,"color":3086},"discussion","538de2",{"name":3071,"color":3072},{"name":3089,"color":3090},"🍰 p2-nice-to-have","0E8A16",15066,"Add `DevOnly` component","2023-01-19T17:44:35Z","https://github.com/nuxt/nuxt/issues/15066",0.7568552,{"description":3097,"labels":3098,"number":3102,"owner":3022,"repository":3038,"state":3074,"title":3103,"updated_at":3104,"url":3105,"score":3106},"### Description\n\nIn case we need to pass an image URL to any component with icons (for example `Button`), we currently need to use slots when they are available (which is not always the case, for example the input icon of `CommandPalette`). It would be helpful if the `Icon` component could accept an URL and use `#build/ui-image-component` instead.\n\nExample use case: allowing users to upload/set their own icons.\n\n\n\n### Additional context\n\n_No response_",[3099,3100,3101],{"name":3032,"color":3033},{"name":3048,"color":3049},{"name":3035,"color":3036},4030,"Allow image url for icons","2025-05-15T14:39:30Z","https://github.com/nuxt/ui/issues/4030",0.75807804,{"description":3108,"labels":3109,"number":3112,"owner":3022,"repository":3038,"state":3074,"title":3113,"updated_at":3114,"url":3115,"score":3116},"### Description\n\nCurrently, the Select components items popover does not display a scrollbar, even though the content is scrollable. This may confuse users, as they might not realize there are additional options available beyond what is initially visible. While in some cases the partial display of the last cut-off item may hint that more options are available, it is not ideal to rely on this visual cue alone.\n\nExample from the Select Component docs:\n\nIt seems like `Broccoli` is the last item:\n\n\nBut it is not:\n\n\n### Additional context\n\nhttps://ui.nuxt.com/components/select#items",[3110,3111],{"name":3032,"color":3033},{"name":3048,"color":3049},4069,"Scrollbar for Select Component","2025-05-23T15:41:53Z","https://github.com/nuxt/ui/issues/4069",0.7604582,{"description":3118,"labels":3119,"number":3124,"owner":3022,"repository":3038,"state":3074,"title":3125,"updated_at":3126,"url":3127,"score":3128},"### Description\n\n**Feature Request: Add \"Copy Page as Markdown\" Button to Nuxt UI v3 Documentation**\n\n**Description:**\nAdd a button to each component documentation page that allows users to copy the current page content in markdown format.\n\n**Problem:**\n- The full documentation text at ui.nuxt.com/llms-full.txt contains too much information when I only need documentation for specific components\n- GitHub raw files don't show the dynamic content visible on the actual documentation site\n- Need an easy way to copy specific component documentation for use in prompts to AI assistants\n\n**Proposed Solution:**\nAdd a \"Copy Page as Markdown\" button to each documentation page, similar to the implementation on https://modelcontextprotocol.io/introduction\n\n**User Benefit:**\nThis feature would let users easily copy specific component documentation to paste as additional context in AI prompts, improving the relevance and focus of AI assistance for Nuxt UI development.\n\n\n\n### Additional context\n\n_No response_",[3120,3122,3123],{"name":3060,"color":3121},"0075ca",{"name":3032,"color":3033},{"name":3048,"color":3049},3923,"Docs: Add \"Copy Page as Markdown\" Button to Nuxt UI v3 Documentation","2025-06-24T10:11:25Z","https://github.com/nuxt/ui/issues/3923",0.760801,{"labels":3130,"number":3135,"owner":3022,"repository":3022,"state":3074,"title":3136,"updated_at":3137,"url":3138,"score":3139},[3131,3132],{"name":3019,"color":3020},{"name":3133,"color":3134},"2.x","d4c5f9",6961,"Error page causes layout components mount twice","2023-01-22T15:34:48Z","https://github.com/nuxt/nuxt/issues/6961",0.7618129,["Reactive",3141],{},["Set"],["ShallowReactive",3144],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fBPsGVzvQcaPPCAPgzAznT-mSgCD9_J-K7dUSKeInLdk":-1},"/nuxt/ui/3522"]