\n \u003C/template>\n \u003Ctemplate #components-content>\n \u003CComponents />\n \u003C/template>\n \u003C/UNavigationMenu>\n\u003C/template>\n\n\u003Cscript setup lang=\"ts\">\nimport type { NavigationMenuItem } from '@nuxt/ui'\n\nimport Docs from '@/components/common/header/Docs.vue'\nimport Components from '@/components/common/header/Components.vue'\n\nconst items = [\n {\n label: 'Docs',\n icon: 'i-lucide-book-open',\n slot: 'docs' as const,\n },\n {\n label: 'Components',\n icon: 'i-lucide-box',\n slot: 'components' as const,\n },\n {\n label: 'GitHub',\n icon: 'i-simple-icons-github'\n }\n] satisfies NavigationMenuItem[]\n\u003C/script>\n```\n",[3139,3142],{"name":3140,"color":3141},"question","d876e3",{"name":3143,"color":3144},"v3","49DCB8",4616,"nuxt","ui","open","custom content slot in vertical orientation NavigationMenu","2025-07-28T05:42:41Z","https://github.com/nuxt/ui/issues/4616",0.7422055,{"description":3154,"labels":3155,"number":3163,"owner":3146,"repository":3147,"state":3148,"title":3164,"updated_at":3165,"url":3166,"score":3167},"### Description\n\nI've used [Quasar's tree-component with checkboxes](https://quasar.dev/vue-components/tree#tick-strategy) as a form element in several use-cases. It's an extremely useful element for hierarchical content when it makes sense that the user is able to see all options simultaneously (i.e. not hidden in a dropdown or something similar).\n\nI can see that this component variant is mentioned on [Reka-ui's docs page](https://reka-ui.com/docs/components/tree#with-checkbox).\n\nAre there any plans to add this?\n\n### Additional context\n\n_No response_",[3156,3159,3160],{"name":3157,"color":3158},"enhancement","a2eeef",{"name":3143,"color":3144},{"name":3161,"color":3162},"triage","ffffff",4243,"UTree with checkboxes","2025-05-28T13:19:10Z","https://github.com/nuxt/ui/issues/4243",0.74627525,{"description":3169,"labels":3170,"number":3174,"owner":3146,"repository":3147,"state":3148,"title":3175,"updated_at":3176,"url":3177,"score":3178},"### Description\n\nWhen using `multiple` with `USelectMenu` selected items can be deselected again. But when not having `multipe` option this is not the case. The select goes from undefined to a value and then can never become undefined again (without an external button).\n\nI would propose to add a new prop that allows values to be deselected, so the model becomes undefined again.\n\n### Additional context\n\n_No response_",[3171,3172,3173],{"name":3157,"color":3158},{"name":3143,"color":3144},{"name":3161,"color":3162},4647,"`USelectMenu`: Allow deselection of items","2025-08-02T13:00:23Z","https://github.com/nuxt/ui/issues/4647",0.7632729,{"description":3180,"labels":3181,"number":3185,"owner":3146,"repository":3147,"state":3148,"title":3186,"updated_at":3187,"url":3188,"score":3189},"### Description\n\nThis feature request proposes that the InputNumber component be enhanced with leading and trailing slot support. \n\nCurrently, components such as **Input**, **InputMenu**, **Select**, and **SelectMenu** already offer these slots for inserting custom content. For consistency across the UI library and to provide developers with a uniform customization experience, it is imperative that InputNumber is updated to include both leading and trailing slots. \n\n### Additional context\n\n_No response_",[3182,3183,3184],{"name":3157,"color":3158},{"name":3143,"color":3144},{"name":3161,"color":3162},4201,"[InputNumber] Add support for leading & trailing slots","2025-05-21T13:07:28Z","https://github.com/nuxt/ui/issues/4201",0.7656046,{"description":3191,"labels":3192,"number":3196,"owner":3146,"repository":3147,"state":3148,"title":3197,"updated_at":3198,"url":3199,"score":3200},"### 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_",[3193,3194,3195],{"name":3157,"color":3158},{"name":3143,"color":3144},{"name":3161,"color":3162},4661,"SelectMenu: add description props to show text below title","2025-08-06T02:19:32Z","https://github.com/nuxt/ui/issues/4661",0.7679437,{"description":3202,"labels":3203,"number":3207,"owner":3146,"repository":3146,"state":3208,"title":3209,"updated_at":3210,"url":3211,"score":3212},"### Environment\n\nWorking directory: /Users/guillermolopez/drite/server-component nuxi 9:05:10 PM\nNuxt project info: (copied to clipboard) nuxi 9:05:10 PM\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v22.12.0\n- Nuxt Version: 3.16.1\n- CLI Version: 3.23.1\n- Nitro Version: 2.11.7\n- Package Manager: pnpm@9.4.0\n- Builder: -\n- User Config: compatibilityDate, devtools, experimental, future, modules\n- Runtime Modules: @nuxt/eslint@1.2.0, @nuxt/fonts@0.11.0, @nuxt/icon@1.11.0, @nuxt/image@1.10.0, @nuxt/ui@3.0.1\n- Build Modules: -\n------------------------------\n\n👉 Report an issue: https://github.com/nuxt/nuxt/issues/new?template=bug-report.yml\n👉 Suggest an improvement: https://github.com/nuxt/nuxt/discussions/new\n👉 Read documentation: https://nuxt.com\n\n### Reproduction\n\nCreate new project\n\nCreate a button component:\n```\n\u003Cscript lang=\"ts\" setup>\u003C/script>\n\n\u003Ctemplate>\n \u003Cdiv>\n \u003Cslot />\n \u003C/div>\n\u003C/template>\n\n```\n\ncreate a index.server.page:\n```\n\u003Cscript lang=\"ts\" setup>\u003C/script>\n\u003Ctemplate>\n \u003Cdiv>\n \u003Cp>Hello world\u003C/p>\n \u003CVButton> Text \u003C/VButton>\n \u003C/div>\n\u003C/template>\n\n```\n\nnuxt.config\n```\nexperimental: {\n componentIslands: {\n selectiveClient: \"deep\",\n },\n },\n future: {\n compatibilityVersion: 4,\n },\n```\n\n### Describe the bug\n\nThe button component is not rendering the content when selectiveClient: \"deep\" but if selectiveClient is true it worked, but as we know we can not use nuxt-client without using \"deep\"\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3204],{"name":3205,"color":3206},"pending triage","E99695",31522,"closed","Slots are not working in components inside a server only page when selectiveClient is deep","2025-03-25T19:12:58Z","https://github.com/nuxt/nuxt/issues/31522",0.73842436,{"description":3214,"labels":3215,"number":3223,"owner":3146,"repository":3147,"state":3208,"title":3224,"updated_at":3225,"url":3226,"score":3227},"### For what version of Nuxt UI are you suggesting this?\n\nv2.x\n\n### Description\n\nTo control the rows of the table, I need a slot for them. For instance, if I want to implement a reorder feature using drag and drop, I require a \u003Ctr> element to loop through.\n\n### Additional context\n\n_No response_",[3216,3217,3218,3221],{"name":3157,"color":3158},{"name":3161,"color":3162},{"name":3219,"color":3220},"closed-by-bot","ededed",{"name":3222,"color":3220},"stale",2685,"[UTable] Add the functionality to include a slot for all \u003Ctr> elements, as well as a 'default' slot.","2025-06-18T09:05:45Z","https://github.com/nuxt/ui/issues/2685",0.7442374,{"description":3229,"labels":3230,"number":3236,"owner":3146,"repository":3147,"state":3208,"title":3237,"updated_at":3238,"url":3239,"score":3240},"### Description\n\nI'm using the UTree component to list files.\nWe need to add the UContextMenu on each file.\n\nThe current slot available can't wrap the UTree item's button. Also, there is no way to bind data to the UContextMenu item's onSelect method, it only passes `e: Event` argument. \n\n### Additional context\n\n_No response_",[3231,3232,3233,3234,3235],{"name":3157,"color":3158},{"name":3143,"color":3144},{"name":3161,"color":3162},{"name":3219,"color":3220},{"name":3222,"color":3220},3510,"UTree: support UContextMenu","2025-08-20T02:09:11Z","https://github.com/nuxt/ui/issues/3510",0.74637,{"description":3242,"labels":3243,"number":3253,"owner":3146,"repository":3147,"state":3208,"title":3254,"updated_at":3255,"url":3256,"score":3257},"### Environment\n\n- Operating System: Linux\r\n- Node Version: v18.20.3\r\n- Nuxt Version: 3.12.4\r\n- CLI Version: 3.12.0\r\n- Nitro Version: 2.9.7\r\n- Package Manager: npm@10.2.3\r\n- Builder: -\r\n- User Config: compatibilityDate, devtools, extends, modules\r\n- Runtime Modules: @nuxt/ui@2.18.4\r\n- Build Modules: -\n\n### Version\n\n2.18.4\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-qsqtmc?file=app.vue\n\n### Description\n\nLandingFAQ being built on top Accordion, when an item has a specified \"slot\" property, it should allow to display custom content in a corresponding slot. In my reproduction, you can see i have an faq item with a slot property equal to \"risks\". When using \u003Ctemplate #risks> risks \u003C/template> to show a specific content for that item, it works well in the accordion but is ignored in the LandingFAQ where the content property is shown instead.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3244,3247,3250,3251,3252],{"name":3245,"color":3246},"bug","d73a4a",{"name":3248,"color":3249},"nuxt/ui-pro","00dc82",{"name":3161,"color":3162},{"name":3219,"color":3220},{"name":3222,"color":3220},2057,"LandingFAQ component in Pro ignores the \"slot\" property of an item","2025-06-18T09:06:25Z","https://github.com/nuxt/ui/issues/2057",0.7482176,{"description":3259,"labels":3260,"number":3264,"owner":3146,"repository":3147,"state":3208,"title":3265,"updated_at":3266,"url":3267,"score":3268},"### Description\n\n**Title**: Support checkbox mode in Tree component\n\n**Description**\nThanks to the Nuxt UI team for the great work 🙏. The current [Tree component](https://ui.nuxt.com/components/tree) is very useful, but I noticed it does not support a **checkbox selection mode** yet.\n\nThis feature is very common and useful in real-world scenarios such as permission management, file directories, or organizational structures. For reference, Ant Design provides a [Tree with checkbox example](https://ant.design/components/tree-cn), which allows selecting multiple nodes and optionally controlling parent/child cascade behavior.\n\n**Use Case**\n\n* Add a `checkbox` mode for the Tree component.\n* Allow selecting multiple nodes with checkboxes.\n* Optionally provide a configuration to control cascade behavior (e.g., parent selection affecting child nodes, similar to `checkStrictly` in Ant Design).\n\n**Expected Behavior**\nDevelopers should be able to use the Tree component in checkbox mode, enabling multi-select and better fitting common use cases like permission assignment.\n\ne.g:\n\n\u003Cimg width=\"704\" height=\"393\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/62bcabb5-e461-4bc0-a9f2-1441869816ed\" />\n\n### Additional context\n\n_No response_",[3261,3262,3263],{"name":3157,"color":3158},{"name":3143,"color":3144},{"name":3161,"color":3162},4787,"[Feature Request] Support checkbox mode in Tree component","2025-08-19T08:45:15Z","https://github.com/nuxt/ui/issues/4787",0.74969405,["Reactive",3270],{},["Set"],["ShallowReactive",3273],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fiArkJ05Yq1vgV3h_LxDRCWSH2ZvDIVNfLoreVSgGWRA":-1},"/nuxt/ui/4424"]