\n\n\u003Cimg width=\"712\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/0a9f273f-cb27-4824-ac2f-6497980294ec\" />\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2887,2890,2891],{"name":2888,"color":2889},"bug","d73a4a",{"name":2871,"color":2872},{"name":2874,"color":2875},3558,"Padding and Sizing on UAvatar","2025-03-13T13:44:50Z","https://github.com/nuxt/ui/issues/3558",0.73114985,{"description":2898,"labels":2899,"number":2902,"owner":2877,"repository":2878,"state":2879,"title":2903,"updated_at":2904,"url":2905,"score":2906},"### 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_",[2900,2901],{"name":2868,"color":2869},{"name":2874,"color":2875},2685,"[UTable] Add the functionality to include a slot for all \u003Ctr> elements, as well as a 'default' slot.","2024-11-19T12:33:59Z","https://github.com/nuxt/ui/issues/2685",0.7550793,{"description":2908,"labels":2909,"number":2913,"owner":2877,"repository":2878,"state":2879,"title":2914,"updated_at":2915,"url":2916,"score":2917},"### Description\n\nHello,\n\nI've spent the last couple of hours trying to implement right-click functionality on UTable rows. I've reviewed existing issues but couldn't find a solution that fits this need.\n\nWhat I want to achieve is to show a UContextMenu with actions related to the clicked row when the user right-clicks on it.\n\nCurrently, there is no way I could find to detect right-click events on individual rows along with their row data. If UTable had a #row slot or a dedicated @click.right event that provides the clicked row’s data, this would be easily achievable.\n\nIf there is any workaround or method to implement this right-click behavior on rows with access to row data, I would really appreciate if someone could share it.\n\nThank you!\n\n\n\n### Additional context\n\n_No response_",[2910,2911,2912],{"name":2868,"color":2869},{"name":2871,"color":2872},{"name":2874,"color":2875},4259,"Add support for @click.right event on UTable rows to enable context menus","2025-05-30T14:35:19Z","https://github.com/nuxt/ui/issues/4259",0.78214234,{"description":2919,"labels":2920,"number":2924,"owner":2877,"repository":2878,"state":2925,"title":2926,"updated_at":2927,"url":2928,"score":2929},"### Description\n\nThe [popover](https://ui.nuxt.com/components/popover) uses the content of the default slot to create a trigger, but there is no way to provide a custom anchor. A `\u003Ctemplate #anchor>` slot for this purpose would be great.\n\n```html\n\u003CUFormField label=\"name\" name=\"name\">\n \u003CUPopover :open=\"isAutoCompleteOpen\">\n \u003Ctemplate #anchor>\n \u003CUInput v-model=\"state.name\" />\n \u003C/template>\n \u003Ctemplate #content>\n \u003CPlaceholder class=\"size-48 m-4 inline-flex\" />\n \u003C/template>\n \u003C/UPopover>\n\u003C/UFormField>\n```\n\nMy use case is building an autocomplete for a text input. The `InputMenu` is not suitable because the dropdown is too intrusive.\n\n### Additional context\n\n_No response_",[2921,2922,2923],{"name":2868,"color":2869},{"name":2871,"color":2872},{"name":2874,"color":2875},4013,"closed","Add ability to provide an anchor for the popover","2025-05-22T15:04:18Z","https://github.com/nuxt/ui/issues/4013",0.7264928,{"labels":2931,"number":2938,"owner":2877,"repository":2877,"state":2925,"title":2939,"updated_at":2940,"url":2941,"score":2942},[2932,2935],{"name":2933,"color":2934},"pending triage","E99695",{"name":2936,"color":2937},"2.x","d4c5f9",3666,"\u003Cno-ssr> when check multiple default slot(no named) children , no tag, no name element counted Illegally.","2023-01-22T15:30:05Z","https://github.com/nuxt/nuxt/issues/3666",0.7562097,{"description":2944,"labels":2945,"number":2949,"owner":2877,"repository":2878,"state":2925,"title":2950,"updated_at":2951,"url":2952,"score":2953},"### Description\n\nI was looking to implement tooltip for NavigationMenu links as it was available in the DashboardSidebarLinks component in v2. But seems like the feature is no longer present in v3. \n\nhttps://ui2.nuxt.com/pro/components/dashboard-sidebar-links\n\nLet me know if there is still a simple way to implement tooltips specially in the collapsed Sidebar. I don't wanna go down with the slots approach. It looks dirty.\n\n\n\n### Additional context\n\nThis is what I have to do in order to get it to work. I believe this should be part of Nuxt UI already.\n\n``` js\n\u003CUNavigationMenu :collapsed=\"collapsed\" :items=\"links\" orientation=\"vertical\">\n \u003Ctemplate #item-leading=\"{ item }\">\n \u003CUTooltip :disabled=\"!collapsed\" :text=\"item.label\">\n \u003CUIcon\n :name=\"item.icon || ''\"\n class=\"text-dimmed group-hover:text-default size-5 shrink-0 transition-colors\"\n />\n \u003C/UTooltip>\n \u003C/template>\n\u003C/UNavigationMenu>\n```",[2946,2947,2948],{"name":2868,"color":2869},{"name":2871,"color":2872},{"name":2874,"color":2875},4050,"NavigationMenu has no way to apply a tooltip.","2025-05-10T11:36:41Z","https://github.com/nuxt/ui/issues/4050",0.76409054,{"description":2955,"labels":2956,"number":2958,"owner":2877,"repository":2877,"state":2925,"title":2959,"updated_at":2960,"url":2961,"score":2962},"### Describe the feature\n\nTeleports suck cause they're not SSR friendly, but there's no other way to allow a page to fill in multiple separate areas (slots) defined by the layout. A classic example is that the main slot is for the main page content and then a second named slot could be used for the sidebar.\n\n### Additional information\n\n- [x] Would you be willing to help implement this feature?\n- [x] 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).",[2957],{"name":2933,"color":2934},30563,"Named slots in layouts","2025-01-13T13:54:08Z","https://github.com/nuxt/nuxt/issues/30563",0.76787686,{"description":2964,"labels":2965,"number":2968,"owner":2877,"repository":2878,"state":2925,"title":2969,"updated_at":2970,"url":2971,"score":2972},"### 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",[2966,2967],{"name":2868,"color":2869},{"name":2871,"color":2872},4069,"Scrollbar for Select Component","2025-05-23T15:41:53Z","https://github.com/nuxt/ui/issues/4069",0.7687248,{"description":2974,"labels":2975,"number":2978,"owner":2877,"repository":2878,"state":2925,"title":2979,"updated_at":2980,"url":2981,"score":2982},"### Description\n\nIt's a component that's rarely found in a component library, and yet I find it so useful.\n\nhttps://reka-ui.com/docs/components/editable\n\n### Additional context\n\n_No response_",[2976,2977],{"name":2868,"color":2869},{"name":2871,"color":2872},4011,"[Editable] Are there any plans to add an Editable component based on reka-ui's Editable component?","2025-05-23T13:17:27Z","https://github.com/nuxt/ui/issues/4011",0.7725885,["Reactive",2984],{},["Set"],["ShallowReactive",2987],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fquYktKMBCok7-ejvoA0zDSq40iDaNFctT3hG8HvCv5U":-1},"/nuxt/ui/4009"]