\n\u003C/template>\n```\n\nThis is working when loading the page SSR, but navigating to the page results in errors like this:\n`DR5f3n0Z.js:52 [Icon] failed to load icon 'twemoji:flag-hungary'`\n\nHow can I create the icon names dynamically?",[2918],{"name":2919,"color":2920},"need-repro","A50BA3",321,"icon","Dynamic icon name","2024-12-12T08:54:20Z","https://github.com/nuxt/icon/issues/321",0.7721766,{"description":2928,"labels":2929,"number":2936,"owner":2908,"repository":2937,"state":2938,"title":2939,"updated_at":2940,"url":2941,"score":2942},"### For what version of Nuxt UI are you asking this question?\n\nv3.0.0-alpha.x\n\n### Description\n\nI want to customize my `app.config.ts` file from an external source.\n\nConsider the following:\n\n```ts\n// plugins/config.ts\n\nexport default defineNuxtPlugin({\n async setup(nuxtapp) {\n const config = await fetchConfig()\n // output: {ui: {primary: \"violet\", button: {slots: {base: \"hidden\"}}}}\n\n if (config?.app_config) {\n updateAppConfig(config.app_config);\n }\n },\n});\n```\n\nThe primary color is updated correctly, but the `hidden` class is not applied to buttons.\nAny ideas why?",[2930,2933],{"name":2931,"color":2932},"enhancement","a2eeef",{"name":2934,"color":2935},"v3","49DCB8",2828,"ui","closed","Runtime component customization with updateAppConfig","2025-04-12T15:53:05Z","https://github.com/nuxt/ui/issues/2828",0.69485724,{"description":2944,"labels":2945,"number":2951,"owner":2908,"repository":2937,"state":2938,"title":2952,"updated_at":2953,"url":2954,"score":2955},"### Description\n\n**Feature Request: Add \"Copy Page as Markdown\" Button to Nuxt UI v3 Documentation**\n\n**Description:**\nAdd a button to each component documentation page that allows users to copy the current page content in markdown format.\n\n**Problem:**\n- The full documentation text at ui.nuxt.com/llms-full.txt contains too much information when I only need documentation for specific components\n- GitHub raw files don't show the dynamic content visible on the actual documentation site\n- Need an easy way to copy specific component documentation for use in prompts to AI assistants\n\n**Proposed Solution:**\nAdd a \"Copy Page as Markdown\" button to each documentation page, similar to the implementation on https://modelcontextprotocol.io/introduction\n\n**User Benefit:**\nThis feature would let users easily copy specific component documentation to paste as additional context in AI prompts, improving the relevance and focus of AI assistance for Nuxt UI development.\n\n\n\n### Additional context\n\n_No response_",[2946,2949,2950],{"name":2947,"color":2948},"documentation","0075ca",{"name":2931,"color":2932},{"name":2934,"color":2935},3923,"Docs: Add \"Copy Page as Markdown\" Button to Nuxt UI v3 Documentation","2025-06-24T10:11:25Z","https://github.com/nuxt/ui/issues/3923",0.727426,{"description":2957,"labels":2958,"number":2959,"owner":2908,"repository":2909,"state":2938,"title":2960,"updated_at":2961,"url":2962,"score":2963},"[nuxi build](https://nuxt.com/docs/api/commands/build) is missing the docs for `--preset`\r\n\r\nSource: https://github.com/nuxt/cli/blob/main/src/commands/build.ts#L22",[],1556,"docs: nuxi build missing `--preset` option","2024-04-12T22:06:13Z","https://github.com/nuxt/nuxt.com/issues/1556",0.7296032,{"description":2965,"labels":2966,"number":2968,"owner":2908,"repository":2937,"state":2938,"title":2969,"updated_at":2970,"url":2971,"score":2972},"### Description\n\nWhen using a Table component, it would be a cool feature to allow the items to be modified in place and an event emitted. There arent really many good solutions for this in Vue ecosystem, that I know of. \n\n### Additional context\n\n_No response_",[2967],{"name":2931,"color":2932},2168,"Make an inplace editable table","2024-09-11T14:14:15Z","https://github.com/nuxt/ui/issues/2168",0.7434331,{"description":2974,"labels":2975,"number":2981,"owner":2908,"repository":2937,"state":2938,"title":2982,"updated_at":2983,"url":2984,"score":2985},"### Description\n\nHello, \n\nI was looking for adding Català language to nuxt ui v3. However, i am not used to pull requests but also, the 'ca' code may be confusing with Canada one (and may be others?)\n\nCan someone help me on that way so I will be able to use the locale in the UApp componente :) ?\n\nThank you very much ! \n\n```\n\nimport { defineLocale } from '../composables/defineLocale'\n\nexport default defineLocale({\n name: 'Català',\n code: 'ca',\n messages: {\n inputMenu: {\n noMatch: 'No hi ha dades coincidents',\n noData: 'Sense dades',\n create: 'Crear \"{label}\"'\n },\n calendar: {\n prevYear: 'Any anterior',\n nextYear: 'Any següent',\n prevMonth: 'Mes anterior',\n nextMonth: 'Mes següent'\n },\n inputNumber: {\n increment: 'Incrementar',\n decrement: 'Decrementar'\n },\n commandPalette: {\n placeholder: 'Escriu una ordre o cerca...',\n noMatch: 'No hi ha dades coincidents',\n noData: 'Sense dades',\n close: 'Tancar'\n },\n selectMenu: {\n noMatch: 'No hi ha dades coincidents',\n noData: 'Sense dades',\n create: 'Crear \"{label}\"',\n search: 'Cerca...'\n },\n toast: {\n close: 'Tancar'\n },\n carousel: {\n prev: 'Anterior',\n next: 'Següent',\n goto: 'Anar a la diapositiva {slide}'\n },\n modal: {\n close: 'Tancar'\n },\n slideover: {\n close: 'Tancar'\n },\n alert: {\n close: 'Tancar'\n },\n table: {\n noData: 'Sense dades'\n }\n }\n})\n\n```\n\n### Additional context\n\n_No response_",[2976,2977,2978],{"name":2931,"color":2932},{"name":2934,"color":2935},{"name":2979,"color":2980},"triage","ffffff",3477,"Adding Català language","2025-03-20T14:09:46Z","https://github.com/nuxt/ui/issues/3477",0.7521763,{"description":2987,"labels":2988,"number":2991,"owner":2908,"repository":2937,"state":2938,"title":2992,"updated_at":2993,"url":2994,"score":2995},"### Description\n\nHey!\n\nIt would be nice to have the primary/secondary/neutral/etc colours defined in `app.config.ts` directly as tailwind variables (ex: text-primary-500)\n\nRight now we have to define the colours both in `app.config.ts` and `tailwind.config.js` to be able to do that. (the new `main.css` would require to create a variable for each sub-colour manually so not worth using it) \n\nFor `neutral`, since it's a tailwind colour, it could be named `text-neutr-500`\nOr maybe name all colours with something like `text-Uneutral-500`\n\n\n### Additional context\n\n_No response_",[2989,2990],{"name":2931,"color":2932},{"name":2934,"color":2935},2948,"Add theme colors as tailwind variables","2025-02-06T16:29:04Z","https://github.com/nuxt/ui/issues/2948",0.7524103,{"description":2997,"labels":2998,"number":3007,"owner":2908,"repository":2937,"state":2938,"title":3008,"updated_at":3009,"url":3010,"score":3011},"### Environment\n\n- Operating System: Linux\n- Node Version: v20.18.1\n- Nuxt Version: 3.16.1\n- CLI Version: 3.23.1\n- Nitro Version: 2.11.7\n- Package Manager: yarn@1.22.22\n- Builder: -\n- User Config: devtools, typescript, css, compatibilityDate, devServer, vite, runtimeConfig, app, ui, modules\n- Runtime Modules: @nuxt/ui@3.0.1, @pinia/nuxt@0.10.1, pinia-plugin-persistedstate/nuxt@4.2.0\n- Build Modules: -\n- Typescript: 5.8.2\n- Vue-tsc: 2.2.8\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.1\n\n### Reproduction\n\n```\n// will trigger typescript error on v-model\n\u003CUSelectMenu\n v-model=\"memberForm.user\"\n :items=\"addableUsers\"\n label-key=\"email\"\n/>\n// will trigger typescript error on v-model\n\u003CUSelectMenu\n v-model=\"memberForm.user\"\n :items=\"addableUsers\"\n label-key=\"email\"\n :value-key=\"undefined\"\n/>\n// will work but i need to handle label display manually using slot\n\u003CUSelectMenu\n v-model=\"memberForm.user\"\n :items=\"addableUsers\"\n/>\n```\n\n### Description\n\nI'm currently migrate my project to NuxtUi V3 and I have some issues with `\u003CUInputMenu />` and `\u003CUSelectMenu />`. On my selects I want to retrieve the full object selected so I don't set `value-key` but for display purpose I use the `label-key` props, however when I do this I get this typescript error on the `v-model` :\n```\nUnable to assign type 'User | undefined' to type 'string | undefined'.\nUnable to assign type 'User' to type 'string'. ts-plugin(2322)\n```\nAfter some research, I think the `label-key` alter the `value-key` type and that's what triggers the error.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2999,3002,3003,3006],{"name":3000,"color":3001},"bug","d73a4a",{"name":2934,"color":2935},{"name":3004,"color":3005},"typescript","3A629E",{"name":2979,"color":2980},3670,"v-model typescript error when using label-key InputMenu/SelectMenu","2025-03-24T20:38:15Z","https://github.com/nuxt/ui/issues/3670",0.7548836,{"description":3013,"labels":3014,"number":3015,"owner":2908,"repository":3016,"state":2938,"title":3017,"updated_at":3018,"url":3019,"score":3020},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v22.14.0`\n- Nuxt Version: `3.16.0`\n- CLI Version: `3.22.5`\n- Nitro Version: `2.11.5`\n- Package Manager: `bun@1.2.4`\n- Builder: `-`\n- User Config: `runtimeConfig`, `modules`, `app`, `site`, `sitemap`, `robots`, `css`, `icon`, `image`, `ui`, `devtools`, `future`, `unhead`, `compatibilityDate`\n- Runtime Modules: `@nuxt/ui@3.0.0-beta.3`, `@pinia/nuxt@0.10.1`, `@nuxt/scripts@0.10.5`, `@nuxt/image@1.9.0`, `@nuxtjs/seo@2.2.0`\n- Build Modules: `-`\n\n### Reproduction\n\nnda\n\n### Describe the bug\n\nnr dev\n$ nuxt dev\nNuxt 3.16.0 with Nitro 2.11.5 nuxi 8:23:08 PM\n 8:23:08 PM\n ➜ Local: http://localhost:3003/\n ➜ Network: use --host to expose\n\n ➜ DevTools: press Shift + Option + D in the browser (v2.2.1) 8:23:10 PM\n\n\n✔ Nuxt Icon loaded local collection elfi with 70 icons 8:23:10 PM\nℹ Running with compatibility version 4 nuxt 8:23:10 PM\n✔ Vite client built in 190ms 8:23:11 PM\n✔ Vite server built in 528ms 8:23:12 PM\n\n[nitro 8:23:14 PM] ERROR Error: Could not load /\u003Cmy-path>/node_modules/unenv/dist/runtime/runtime/mock/empty.mjs (imported by node_modules/nuxt-og-image/dist/runtime/server/og-image/satori/instances.js): ENOENT: no such file or directory, open '/\u003Cmy-path>/node_modules/unenv/dist/runtime/runtime/mock/empty.mjs'\n\n\nundefined\n\n### Additional context\n\nUpgraded by \"nuxi upgrade -f\" from 3.15.4 and couldn't able to start properly with provided error.\nTried with unhead flag in nuxt.config - same error\n```\nunhead: {\n legacy: true,\n }\n```\n\n### Logs\n\n```shell-script\n\n```",[],414,"scripts","Nuxt 3.16.0 won't start properly nor dev nor build","2025-03-07T18:58:03Z","https://github.com/nuxt/scripts/issues/414",0.75726175,["Reactive",3022],{},["Set"],["ShallowReactive",3025],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f1d7-OC2I4029xLxTeZ1IabefsaFN780ZKKWpM8C1HPI":-1},"/nuxt/ui/2199"]