",[],950,"nuxt","cli","open","Support tabs for `npx nuxi@latest module add`","2025-07-10T11:29:02Z","https://github.com/nuxt/cli/issues/950",0.77806616,{"description":3029,"labels":3030,"number":3040,"owner":3021,"repository":3041,"state":3042,"title":3043,"updated_at":3044,"url":3045,"score":3046},"### Environment\n\nNuxt UI: 3.0.1\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.15.1\n\n### Reproduction\n\n Without RP\n\n### Description\n\nThe menu item itself is correct but the internal menu items in right-to-left languages are incorrect. I solved this problem by adding the following style in the items prop, but this should be resolved in future versions.\n\n`class: 'flex-row-reverse'`\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3031,3034,3037],{"name":3032,"color":3033},"bug","d73a4a",{"name":3035,"color":3036},"v3","49DCB8",{"name":3038,"color":3039},"triage","ffffff",3737,"ui","closed","Items in the DropdownMenu have problems in RTL mode","2025-03-31T21:07:42Z","https://github.com/nuxt/ui/issues/3737",0.7365688,{"description":3048,"labels":3049,"number":3052,"owner":3021,"repository":3041,"state":3042,"title":3053,"updated_at":3054,"url":3055,"score":3056},"### Environment\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v18.20.4\n- Nuxt Version: 3.13.2\n- CLI Version: 3.15.0\n- Nitro Version: 2.9.7\n- Package Manager: pnpm@9.12.1\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.7\n- Build Modules: -\n------------------------------\n\n### Version\n\nv3.0.0-alpha.7\n\n### Reproduction\n\nThe `:ui` prop is not handled by the component ButtonGroup ?\n\n### Description\n\nI tried to add somme classes to the ButtonGroup component, with `class=` attribute, with `:ui=` attribute, but it seems that nothing works.\n\n\n\n### Additional context\n\nI've tried to look into the code, but I don't understand all the magic you've done !\n\n### Logs\n\n_No response_",[3050,3051],{"name":3032,"color":3033},{"name":3035,"color":3036},2498,"[v3] ButtonGroup : class and ui attributes not handled ?","2024-10-31T09:25:42Z","https://github.com/nuxt/ui/issues/2498",0.74381405,{"description":3058,"labels":3059,"number":3063,"owner":3021,"repository":3021,"state":3042,"title":3064,"updated_at":3065,"url":3066,"score":3067},"Hi, is there any possibility of adding image optimization?\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1628\">#c1628\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3060],{"name":3061,"color":3062},"2.x","d4c5f9",1814,"Image optimization","2023-01-18T15:54:46Z","https://github.com/nuxt/nuxt/issues/1814",0.74885756,{"description":3069,"labels":3070,"number":3081,"owner":3021,"repository":3021,"state":3042,"title":3082,"updated_at":3083,"url":3084,"score":3085}," after building, Inconsistent css property selectors\r\n\r\n\u003Cimg width=\"588\" alt=\"image\" src=\"https://user-images.githubusercontent.com/24729021/191208216-6868f6e2-8850-4290-8c55-9fb2dcc62a5e.png\">\r\n\u003Cimg width=\"810\" alt=\"image\" src=\"https://user-images.githubusercontent.com/24729021/191208295-0944462a-20ff-4011-98ca-260919d79ee4.png\">\r\n",[3071,3074,3077,3078],{"name":3072,"color":3073},"3.x","29bc7f",{"name":3075,"color":3076},"workaround available","11376d",{"name":3032,"color":3033},{"name":3079,"color":3080},"🔨 p3-minor","FBCA04",14970,"Css fails after packaging","2023-01-19T17:46:33Z","https://github.com/nuxt/nuxt/issues/14970",0.7595006,{"description":3087,"labels":3088,"number":3092,"owner":3021,"repository":3093,"state":3042,"title":3094,"updated_at":3095,"url":3096,"score":3097},"\n- [x] You can remove the border & shadow of every color card\n\n\n- [x] For the logo cards, border is enough\n\n\n- [x] [Tablet] Text is unreadable, you can put opacity 10% on bg image like on mobile resolution\n\n\n- [x] [Tablet/Mobile] This hover effect should be the default state on tablet & mobile in order to improve the usability & readability of this page (+ go to font-medium at these resolutions)\n\n\n- [x] [Darkmode] Gray texts should be max gray-200 in dark mode (yours are inverted in dark so i suppose it's max u-gray-700 ?)",[3089],{"name":3090,"color":3091},"enhancement","1ad6ff",604,"nuxt.com","[Resources] Design Kit improvements V2","2022-06-14T10:53:12Z","https://github.com/nuxt/nuxt.com/issues/604",0.76281357,{"description":3099,"labels":3100,"number":3092,"owner":3021,"repository":3104,"state":3042,"title":3105,"updated_at":3106,"url":3107,"score":3097},"When adding this module to `nuxt.config` it will change the default id of the root dive in the body from `__nuxt` to `nuxt-test`. This can break certain code that relies on that id. for instance i had some css snipet that relies on that id:\r\n\r\n```css\r\nhtml,\r\nbody,\r\n#__nuxt,\r\n#nuxt-test { /* \u003C--- I had to add the new id */\r\n @apply h-full;\r\n \r\n}\r\n```\r\n\r\nI don't know why this module would need to do this but if it's needed it should at least be documented or warned as this small change can break some UIs or some code.",[3101],{"name":3102,"color":3103},"vitest-environment","b60205","test-utils","Changing the app id in the HTML should be documented or removed if not needed","2023-12-05T16:18:51Z","https://github.com/nuxt/test-utils/issues/604",{"description":3109,"labels":3110,"number":1498,"owner":3021,"repository":3093,"state":3042,"title":3112,"updated_at":3113,"url":3114,"score":3115},"\n",[3111],{"name":3090,"color":3091},"Gray section should go to bottom","2022-03-08T15:29:26Z","https://github.com/nuxt/nuxt.com/issues/129",0.76487327,{"description":3117,"labels":3118,"number":3120,"owner":3021,"repository":3093,"state":3042,"title":3121,"updated_at":3122,"url":3123,"score":3124},"",[3119],{"name":3090,"color":3091},777,"[Home] Map responsive","2023-02-15T12:30:57Z","https://github.com/nuxt/nuxt.com/issues/777",0.7650683,{"description":3126,"labels":3127,"number":3129,"owner":3021,"repository":3021,"state":3042,"title":3130,"updated_at":3131,"url":3132,"score":3133},"Since tailwind defines a `.container` class on it's core, the default landing page's container is set to a\r\nmax-width of that container class. The thing is that by default, the tailwind container is **not** centered.\r\nThere are a few options tho; manually set the margins to auto will be the best. `.mx-auto`.\r\n\r\nScreenshot as follows:\r\n\r\n\r\n\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://cmty.app/nuxt\">Nuxt\u003C/a> community (\u003Ca href=\"https://cmty.app/nuxt/nuxt.js/issues/c7793\">#c7793\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3128],{"name":3061,"color":3062},3933,"[Nuxt.js 2.0] Tailwind preset landing page error","2023-01-18T20:03:48Z","https://github.com/nuxt/nuxt/issues/3933",0.7670169,["Reactive",3135],{},["Set"],["ShallowReactive",3138],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fEedT0PIXBZtkOqv9JMAEpRLHrS25JvSQ_nWb-aRY2oU":-1},"/nuxt/ui/3835"]