`\n\nit doesn't work that way\n\nI really ask for help!",[2884,2887],{"name":2885,"color":2886},"question","d876e3",{"name":2871,"color":2872},3098,"Table filtered, sorting fetch","2025-01-14T11:05:37Z","https://github.com/nuxt/ui/issues/3098",0.6599526,{"description":2894,"labels":2895,"number":2898,"owner":2874,"repository":2875,"state":2876,"title":2899,"updated_at":2900,"url":2901,"score":2902},"### Description\n\nIs there any way to pass in whole row as a slot. I have not found anything like in documentation.",[2896,2897],{"name":2885,"color":2886},{"name":2871,"color":2872},3530,"Slot for complete row in `UTable`","2025-03-15T09:08:49Z","https://github.com/nuxt/ui/issues/3530",0.67375153,{"description":2904,"labels":2905,"number":2908,"owner":2874,"repository":2875,"state":2876,"title":2909,"updated_at":2910,"url":2911,"score":2912},"### Description\n\nHi there,\n\nI'm really curious about how Nuxt UI is handling trailing slashes. In the Nuxt Content repo I can see they are using `ufo` to remove the trailing slashes, but in the Nuxt UI repo I can't find how you get rid of it. Even tho I know you can do these things on Vercel and Netlify, I'm curious how you handle it in Nuxt UI.\n\nIn my case, route.path is returning a path with a trailing slash and breaks my `queryCollection`...\n\n```vue\nconst { data: page } = await useAsyncData(\n `${route.path}/.navigation`,\n async () => {\n return await queryCollection('content').path(route.path).first();\n }\n);\n```",[2906,2907],{"name":2885,"color":2886},{"name":2871,"color":2872},3285,"Trailing slashes","2025-02-10T13:25:12Z","https://github.com/nuxt/ui/issues/3285",0.6815203,{"description":2914,"labels":2915,"number":2923,"owner":2874,"repository":2875,"state":2876,"title":2924,"updated_at":2925,"url":2926,"score":2927},"### Description\n\nWhen adding `UButton` component with `ghost` or `link` variant inside a `UBanner` with `links` attribute, they remain displayed in black text, even if the banner has a dark background (e.g., primary color). Unlike the Banner close button, which has specific Tailwind classes that adapt it to dark mode (white text), these elements do not automatically adjust their colors.\n\n\n\n```html\n \u003CUBanner to=\"/guide-gouvernance-associative-crise\" icon=\"i-ph-books-duotone\" title=\"Guide Gouvernance Associative\" :actions=\"[{label: 'Lire le guide', to: '/guide-gouvernance-associative-crise', variant: 'ghost', size: 'md', trailingIcon: 'i-ph-arrow-right'}, {label: 'Lire le guide', to: '/guide-gouvernance-associative-crise', variant: 'link', size: 'md'}]\" close />\n```\n\nWould it be relevant to add a global attribute to components like Button, Badge, etc., to force their appearance in dark (or light) mode, regardless of the global setting? This would ensure better visual consistency when these elements are placed on a colored background (e.g., `UPageCTA` with `solid` variant).\n\n### Additional context\n\n_No response_",[2916,2919,2920],{"name":2917,"color":2918},"enhancement","a2eeef",{"name":2871,"color":2872},{"name":2921,"color":2922},"triage","ffffff",3307,"Better handling of `UButton`, `UBadge`, … colors on colored backgrounds","2025-02-13T19:05:27Z","https://github.com/nuxt/ui/issues/3307",0.68345433,{"description":2929,"labels":2930,"number":2933,"owner":2874,"repository":2875,"state":2934,"title":2935,"updated_at":2936,"url":2937,"score":2938},"### Description\n\nsame as https://ui.nuxt.com/getting-started/installation#edge and https://ui.nuxt.com/pro/getting-started/installation#edge to test new components before release \n\n### Additional context\n\n_No response_",[2931,2932],{"name":2917,"color":2918},{"name":2871,"color":2872},2962,"closed","Create a edge version for `@nuxt/ui` and `@nuxt/ui-pro` v3","2025-01-25T13:12:16Z","https://github.com/nuxt/ui/issues/2962",0.6164115,{"description":2940,"labels":2941,"number":2944,"owner":2874,"repository":2875,"state":2934,"title":2945,"updated_at":2946,"url":2947,"score":2948},"### Description\n\nI want to configure my Nuxt UI v3 project only to use black and white colors with the neutral palette from Tailwind, similar to the one found in shadcn. I understand Nuxt UI supports Tailwind CSS theming, but I’m unsure of the best/recommended way to override all component colors globally",[2942,2943],{"name":2885,"color":2886},{"name":2871,"color":2872},3200,"How to create a black & white only theme in Nuxt UI v3","2025-02-09T12:59:38Z","https://github.com/nuxt/ui/issues/3200",0.66138583,{"description":2950,"labels":2951,"number":2954,"owner":2874,"repository":2875,"state":2934,"title":2955,"updated_at":2956,"url":2957,"score":2958},"### Description\n\nStyles with tailwindcss 4.0.13 seem to be broken after updating from NuxtUI pervious alpha.\n\n```\n\"dependencies\": {\n \"@iconify-json/ri\": \"1.2.5\",\n \"@nuxt/ui\": \"3.0.0\",\n \"@vueuse/core\": \"12.7.0\",\n \"@vueuse/nuxt\": \"12.7.0\",\n }\n```\nmain.css\n```\n@import 'tailwindcss' theme(static);\n@import '@nuxt/ui';\n```\nHas anyone else ran into this issue and if so how did you fix it?",[2952,2953],{"name":2885,"color":2886},{"name":2871,"color":2872},3525,"Styles issue have upgrade from 3.0.0-alpha.13 to 3.0.0","2025-03-12T23:28:54Z","https://github.com/nuxt/ui/issues/3525",0.6701149,{"description":2960,"labels":2961,"number":2964,"owner":2874,"repository":2875,"state":2934,"title":2965,"updated_at":2966,"url":2967,"score":2968},"### Description\n\ni noticed that NUXT UI / NUXT UI PRO were refactored to use tailwind's new version 3 stuff + radix...\n\ni just went to the tailwind docs today and it looks like they just skipped right past their new version 3 and went to version 4...\n\nany ideas how this effects NUXT UI/PRO? \n\nMy undersanding is that version 3->4 means it was a semver breaking change?",[2962,2963],{"name":2885,"color":2886},{"name":2871,"color":2872},3167,"tailwind version 4..?","2025-01-24T10:17:32Z","https://github.com/nuxt/ui/issues/3167",0.67092264,{"description":2970,"labels":2971,"number":2973,"owner":2874,"repository":2875,"state":2934,"title":2974,"updated_at":2975,"url":2976,"score":2977},"### Description\n\nI am using the UFormGroup component. My use case is I want to have the label and/or description set dynamically based on a value coming from my Api.\n\nIs there any way of doing it and if yes were can I find some example?\n\nThank you\n",[2972],{"name":2885,"color":2886},3337,"UFormGroup dynamic Description","2025-02-17T02:56:17Z","https://github.com/nuxt/ui/issues/3337",0.67550504,["Reactive",2979],{},["Set"],["ShallowReactive",2982],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fLY6C2aWrZd3LG02g3kI3D8In1Q20NFmUZb52sOZKyTw":-1},"/nuxt/ui/3006"]