\nI'd really appreciate it if the team considers a more flexible and intuitive API.\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).",[3171,3174],{"name":3172,"color":3173},"enhancement","8DEF37",{"name":3175,"color":3176},"pending triage","E99695",29275,"Better API for Auto Imports Customization","2024-10-08T08:40:01Z","https://github.com/nuxt/nuxt/issues/29275",0.7527337,{"description":3183,"labels":3184,"number":3189,"owner":3152,"repository":3152,"state":3154,"title":3190,"updated_at":3191,"url":3192,"score":3193},"### Describe the feature\r\n\r\nI'm currently trying to rename components from vee-validate (ones like Form, Field and etc) to something more unique since I'm experiencing [this issue](https://github.com/nuxt/nuxt.js/issues/14990) (in my particular case component in sub-folder named \"Form\" clashes with auto-imported one)\r\n\r\nIt would be awesome if `addComponent` utility could function in the same way as `addImports`, so maybe something like:\r\n```ts\r\n// Import component \"Form\" from \"vee-validate\" and rename it to \"VeeForm\"\r\naddComponent({\r\n name: 'Form',\r\n as: 'VeeForm',\r\n filePath: 'vee-validate',\r\n})\r\n```\r\n\r\nThere might be a way to do this via `components:extend` hook, but that seems convoluted and very counter-intuitive\r\n\r\n### Additional information\r\n\r\n- [X] Would you be willing to help implement this feature?\r\n- [ ] Could this feature be implemented as a module?\r\n\r\n### Final checks\r\n\r\n- [X] Read the [contribution guide](https://v3.nuxtjs.org/community/contribution).\r\n- [X] Check existing [discussions](https://github.com/nuxt/framework/discussions) and [issues](https://github.com/nuxt/framework/issues).",[3185,3186],{"name":3172,"color":3173},{"name":3187,"color":3188},"discussion","538de2",15153,"feat(kit): allowing renaming components with `addComponent`","2024-06-30T11:10:07Z","https://github.com/nuxt/nuxt/issues/15153",0.75773287,{"description":3195,"labels":3196,"number":3202,"owner":3152,"repository":3153,"state":3203,"title":3204,"updated_at":3205,"url":3206,"score":3207},"### For what version of Nuxt UI are you suggesting this?\n\nv2.x\n\n### Description\n\nI know you guys are working hard on V3, but I really like to see this feature still in V2. We all know that not everybody will move over to V3 right away.\n\nI have to set my `strategy` to `override`, because tailwind-merge doesn't know about my custom tailwind extends. This is quite a pain in the ass, since this is causing other issues as well. Take the [Pro LandingGird](https://ui.nuxt.com/pro/components/landing-grid) as example. Classes are added to the grid items to set the right cols. By doing this with `strategy` set to `override`, all other classes will be overridden.\n\nI saw some sort of solution in [#925 ](https://github.com/nuxt/ui/issues/925#issuecomment-1857910586), but that didn't work. It's also not documented and can't find it in the module either.\n\nI know have to create my own merge config, but that will not work for Nuxt UI.\n\n\n### Additional context\n\nYou may wonder why I need this. Thats because I'm also using Tailwind Fluid, and try to replicate a design library that uses different spacings etc.\n\n",[3197,3200],{"name":3198,"color":3199},"duplicate","cfd3d7",{"name":3172,"color":3201},"a2eeef",2893,"closed","Extend tailwind-merge configuration","2024-12-13T15:04:57Z","https://github.com/nuxt/ui/issues/2893",0.70359004,{"description":3209,"labels":3210,"number":3216,"owner":3152,"repository":3153,"state":3203,"title":3217,"updated_at":3218,"url":3219,"score":3220},"### Description\n\nI'm basically trying to display the week day full name in the Calendar header slot.\n\nInstead of having `S - M - T - W - T - F -S` as week day headers, I'd like to show `Sunday - Monday - Tuesday - Wednesday - ...`\n\nThe `#week-day` slot only provides the day's letter, so there's no way to reformat it.\n\n```\n\u003Ctemplate #week-day=\"item\">\n {{ item }}\n\u003C/template>\n```\n\nIt simply displays \n```\n{\n \"day\": \"M\"\n}\n```\nWhich is not super helpful\n\nWould it be possible to have, like, the weekday number (0 to 6) ? \n\nSuggestion:\n```\n{\n \"day\": \"M\",\n \"dayNumber\": \"1\",\n}\n```\n\n### Additional context\n\n_No response_",[3211,3212,3213],{"name":3172,"color":3201},{"name":3149,"color":3150},{"name":3214,"color":3215},"triage","ffffff",3714,"Pass more complete data to Calendar week-day slots","2025-04-01T11:52:50Z","https://github.com/nuxt/ui/issues/3714",0.71880823,{"labels":3222,"number":3226,"owner":3152,"repository":3152,"state":3203,"title":3227,"updated_at":3228,"url":3229,"score":3230},[3223],{"name":3224,"color":3225},"2.x","d4c5f9",9641,"third party library, lazy loading, dev server complains, static build is fine","2023-01-18T15:28:51Z","https://github.com/nuxt/nuxt/issues/9641",0.73201925,{"description":3232,"labels":3233,"number":3238,"owner":3152,"repository":3153,"state":3203,"title":3239,"updated_at":3240,"url":3241,"score":3242},"### Environment\n\n```\n- Operating System: Darwin\n- Node Version: v22.11.0\n- Nuxt Version: 3.14.1592\n- CLI Version: 3.16.0\n- Nitro Version: 2.10.4\n- Package Manager: bun@1.1.39\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@https://pkg.pr.new/@nuxt/ui@1b3c919\n- Build Modules: -\n```\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3 latest commit\n\n### Description\n\nIn WebStorm interfaces cant be resolved as if they dont exist:\n\n\u003Cimg width=\"653\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/5d98f435-fc3d-4b9b-a83f-3f9e2380c12d\" />\n\nPossibly because types/index.d.ts exports vue files.\n\n\n### Additional context\n\nPossibly an issue with WebStorm because auto completion and type checking is working\n\n\u003Cimg width=\"492\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/ba1dce0a-4dd8-4a03-9dcb-b3e045e0b9d7\" />",[3234,3237],{"name":3235,"color":3236},"bug","d73a4a",{"name":3149,"color":3150},2947,"v3: Interfaces cant be resolved in WebStorm","2025-04-16T13:18:50Z","https://github.com/nuxt/ui/issues/2947",0.7386999,{"description":3244,"labels":3245,"number":3247,"owner":3152,"repository":3152,"state":3203,"title":3248,"updated_at":3249,"url":3250,"score":3251},"There is the bug on `index.vue` in `Page` folder that we need to change from\r\n `import logo from '~components/logo.vue` \r\nto\r\n`import logo from '~/components/logo.vue`\r\n\r\nThis will make new people come in the first time struck in this point and some will drop-off which mean we lost number of user.\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/c1313\">#c1313\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3246],{"name":3224,"color":3225},1473,"Please fix the Starter Template for god sake ","2023-01-18T15:41:50Z","https://github.com/nuxt/nuxt/issues/1473",0.74451125,{"description":3253,"labels":3254,"number":3259,"owner":3152,"repository":3153,"state":3203,"title":3260,"updated_at":3261,"url":3262,"score":3263},"### Environment\n\nJust reporting an issue on the nuxt docs site. \n\n### Version\n\nhttps://ui.nuxt.com/components/button\n\n### Reproduction\n\nGo on to the nuxt website, this section in particular: \n\nhttps://ui.nuxt.com/components/button#icon\n \nand click 'trailing'. this should reproduce the issue. \n\n\n### Description\n\nWhen on the live docs site, on the button page, clicking 'trailing' docs this happens: \n\n\n\nThe page is: \n\nhttps://ui.nuxt.com/components/button#icon\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3255,3256],{"name":3235,"color":3236},{"name":3257,"color":3258},"documentation","0075ca",2425,"Bug on live docs site","2024-10-21T10:20:07Z","https://github.com/nuxt/ui/issues/2425",0.7463118,["Reactive",3265],{},["Set"],["ShallowReactive",3268],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fs0Entxx-iyAU1RffwowqPSNg5nOXOId1HeCvXT4Qfms":-1},"/nuxt/ui/2866"]