\r\n\u003C/template>\r\n\r\n\u003Cscript setup lang=\"ts\">\r\nconst flip = ref(false);\r\n\u003C/script>\r\n```\r\n\r\nWhile this works fine with nuxt-icon during development, it breaks in a Prod build. The transformations no longer get applied.\r\n\r\nIt would be great if nuxt-icon could also support these props, if possible. I'm open to help with this issue if someone could give me some pointers where to start.",[],138,"nuxt","icon","open","[Feature Request] Support Iconify Transformations","2024-03-15T09:15:14Z","https://github.com/nuxt/icon/issues/138",0.739843,{"description":3154,"labels":3155,"number":3159,"owner":3146,"repository":3160,"state":3148,"title":3161,"updated_at":3162,"url":3163,"score":3164},"### Package\n\nv3.x\n\n### Description\n\nIs it possible to add support for customizing active item styles directly through the ui prop in `UNavigationMenu`?\n\nRight now, the ui prop does not seem to handle active states. The only way to style active items is through global configuration in app.config.\n\nIt would be very helpful if ui could accept something like:\n\n```\n\u003CUNavigationMenu\n :collapsed=\"collapsed\"\n :items=\"links[0]\"\n orientation=\"vertical\"\n :ui=\"{\n list: 'flex flex-col gap-1',\n link: {\n base: 'p-2 text-xs rounded-lg transition',\n active: 'bg-primary text-white', // before:bg-primary\n inactive: 'text-gray-700 hover:bg-gray-100'\n }\n }\"\n tooltip\n popover\n/>\n```",[3156],{"name":3157,"color":3158},"question","d876e3",4849,"ui","Can `UNavigationMenu` support active styles via the ui prop?","2025-08-30T10:29:01Z","https://github.com/nuxt/ui/issues/4849",0.7506912,{"description":3166,"labels":3167,"number":3172,"owner":3146,"repository":3160,"state":3148,"title":3173,"updated_at":3174,"url":3175,"score":3176},"### Package\n\nv4.0.0-alpha.x\n\n### Description\n\nHi 👋🏻 \n\nI was implementing and migrating my starter kit to Nuxt UI v4 when I noticed that Nuxt provides a `UMain` component that is also used in its documentation. According to the semantic HTML structure, app navigation should not be placed inside the `main` container. For instance, [this](https://code-basics.com/languages/html/lessons/aside) is an example of how to use an aside.\n\n\u003Cimg width=\"1508\" height=\"819\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/971b117f-c056-4106-8670-6fcbbc13b286\" />\n\nAs a result, we may need to update the layout and how the banner component is used.\n\nI apologise for any inconvenience caused by design decisions, but we are committed to creating the best Nuxt UI framework possible. 😊 \n\nLet me know your thoughts on it.",[3168,3169],{"name":3157,"color":3158},{"name":3170,"color":3171},"v4","49DCB8",4955,"[Discussion] As per the Semantic HTML structure navigation \u003Caside> should not be inside \u003Cmain> tag","2025-09-12T11:19:44Z","https://github.com/nuxt/ui/issues/4955",0.7535538,{"description":3178,"labels":3179,"number":3186,"owner":3146,"repository":3146,"state":3148,"title":3187,"updated_at":3188,"url":3189,"score":3190},"### Environment\r\n\r\n------------------------------\r\n- Operating System: Darwin\r\n- Node Version: v18.17.1\r\n- Nuxt Version: 3.8.0\r\n- CLI Version: 3.9.1\r\n- Nitro Version: 2.7.0\r\n- Package Manager: npm@9.6.7\r\n- Builder: -\r\n- User Config: devtools, nitro\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n------------------------------\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/github-jcxvar?file=pages%2Findex.vue\r\n\r\n### Describe the bug\r\n\r\nThe problem is when using layout named slots within pages to show different piece of data for each page. For example different menu, toolbar, header info or whatever. On each page/route change, whole layout gets re-executed. So if you have components or subcomponents with fetch calls, everything is refetched every time, event listeners are duplicated and memory usage goes up.\r\n\r\nIf NuxtLayout is added to app.vue instead pages, everything works fine. But in that case, I am unable to use named slots within pages.\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[3180,3183],{"name":3181,"color":3182},"enhancement","8DEF37",{"name":3184,"color":3185},"🍰 p2-nice-to-have","0E8A16",23929,"named layout slots directly within pages","2025-03-12T15:13:00Z","https://github.com/nuxt/nuxt/issues/23929",0.765747,{"description":3192,"labels":3193,"number":3203,"owner":3146,"repository":3160,"state":3204,"title":3205,"updated_at":3206,"url":3207,"score":3208},"### Description\n\nHow can i custom content slot in NavigationMenu with orientation is vertical. It just work with orientation is horizontal\n\n\n\n",[3194,3195,3198,3200],{"name":3157,"color":3158},{"name":3196,"color":3197},"needs reproduction","CB47CF",{"name":3199,"color":3171},"v3",{"name":3201,"color":3202},"closed-by-bot","ededed",4097,"closed","Custom content slot in NavigationMenu","2025-05-16T02:10:16Z","https://github.com/nuxt/ui/issues/4097",0.5586042,{"description":3210,"labels":3211,"number":3218,"owner":3146,"repository":3160,"state":3204,"title":3219,"updated_at":3220,"url":3221,"score":3222},"### Description\n\nI want to make the text in a custom slot for a tree item child selectable.\nThe issue is that `user-select: text` doesn’t work on `\u003Cbutton>` elements in Safari (I’m using a Tauri app).\n\nIt would be great if the component allowed using a custom slot that avoids rendering a \u003Cbutton> for certain items. (Perhaps a new slot could be added to allow custom rendering?).\n\n\u003Cimg width=\"1217\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/39cf6666-e3c9-48f4-a922-90a57d604feb\" />\n\n\n### Additional context\n\n_No response_",[3212,3214,3215],{"name":3181,"color":3213},"a2eeef",{"name":3199,"color":3171},{"name":3216,"color":3217},"triage","ffffff",4424,"Ability to not use button container for tree custom slot","2025-08-07T09:20:31Z","https://github.com/nuxt/ui/issues/4424",0.7308687,{"description":3224,"labels":3225,"number":3229,"owner":3146,"repository":3146,"state":3204,"title":3230,"updated_at":3231,"url":3232,"score":3233},"Hey!\r\n\r\nWith our current project, me and the team was wondering what was the reasoning behind the decision to not support slots in layouts?\r\n\r\nWe ran into it when we realized that a CSS grid layout would work best for our responsive view, since each page knows what kind of sidebar or extra content is required in this specific case. For that the structure would need to be like this:\r\n\r\n```\r\nhtml\r\n head\r\n ...\r\n body\r\n my-header\r\n nuxt\r\n #content\r\n slot\r\n #sidebar\r\n slot(name=\"sidebar\")\r\n #extra\r\n slot(name=\"extra\")\r\n my-footer\r\n```\r\nRight now the two options we see are using a separate layout component or somehow coordinating sidebar and extra components to make their own requests according to current route, but both feel at odds with overall simplicity Nuxt aims for.\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/c941\">#c941\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3226],{"name":3227,"color":3228},"2.x","d4c5f9",1079,"Why no slots in layouts?","2023-01-18T15:40:44Z","https://github.com/nuxt/nuxt/issues/1079",0.74793977,{"description":3235,"labels":3236,"number":3239,"owner":3146,"repository":3160,"state":3204,"title":3240,"updated_at":3241,"url":3242,"score":3243},"### Description\n\nIn the vertical pill variant I want the background of the active item to be white. It's not clear how to achieve this through the `ui` prop\n\n\n\n```\n\u003CUNavigationMenu\n orientation=\"vertical\"\n variant=\"pill\"\n :items=\"items\"\n\n :ui=\"{\n variants: {\n compoundVariants: [\n {\n variant: 'pill',\n active: true,\n highlight: false,\n class: {\n link: 'before:bg-white' // tried this but it's not working\n }\n }\n ]\n }\n }\"\n/>\n```",[3237,3238],{"name":3157,"color":3158},{"name":3199,"color":3171},3517,"How To Style NavigationMenu items","2025-05-10T11:36:22Z","https://github.com/nuxt/ui/issues/3517",0.7494991,{"description":3245,"labels":3246,"number":3252,"owner":3146,"repository":3160,"state":3204,"title":3253,"updated_at":3254,"url":3255,"score":3256},"### Description\n\n## No Clear Documentation for Targeting Active Styles in `NavigationMenu` Component\n\n### Description\n\nI'm trying to apply custom styles to the active state of a menu item in the `NavigationMenu` component, but there doesn't seem to be any clear documentation on how to do this.\n\nThe [theming docs](https://ui.nuxt.com/getting-started/theme#props) mention using the `:ui` attribute to target internal parts of a component, and the [theme structure for `NavigationMenu`](https://ui.nuxt.com/components/navigation-menu#theme) shows a large theme object. However, attempting to follow that structure often results in unexpected behavior—like rendering `[object Object]`, which suggests that it doesn't expect an object or the nested configuration isn’t being parsed correctly.\n\nEven large language models get tripped up when referencing the documentation. Some approaches I've tried (unsuccessfully) include:\n\n```js\nlink: {\n base: 'px-3 py-2 rounded-md',\n active: 'bg-primary text-white font-medium'\n},\nvariants: {\n active: {\n true: {\n item: 'bg-primary text-white font-medium'\n }\n }\n}\n```\n\nThe only working solution so far is using data-* attributes like this:\n```js\nlink: 'text-md data-active:bg-primary data-active:text-white'\n```\nWhile this works, it’s undocumented and feels fragile—it could easily break with a future update if it’s not the intended method.\n\n### Question\nWhat is the official and supported way to apply styles based on active state for subcomponents like link in NavigationMenu?",[3247,3248,3249,3250],{"name":3157,"color":3158},{"name":3199,"color":3171},{"name":3201,"color":3202},{"name":3251,"color":3202},"stale",4279,"Targeting active menu styles","2025-08-20T02:08:31Z","https://github.com/nuxt/ui/issues/4279",0.7502956,{"description":3258,"labels":3259,"number":3262,"owner":3146,"repository":3146,"state":3204,"title":3263,"updated_at":3264,"url":3265,"score":3266},"Hello,\r\n\r\nit would be nice if `slot` areas would assignable in layout files. Often parts of the pages need to be rendered inside of the top toolbar. Thanks\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://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c162\">#c162\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3260,3261],{"name":3181,"color":3182},{"name":3227,"color":3228},190,"support the use of slot in layout files","2023-01-22T15:50:41Z","https://github.com/nuxt/nuxt/issues/190",0.7599283,["Reactive",3268],{},["Set"],["ShallowReactive",3271],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fD7xhc9iLrcBnsib32pG5hi-pK1NO7sfSFSpu31N0uWQ":-1},"/nuxt/ui/4616"]