\n \u003Cspan class=\"flex items-center gap-2 font-semibold text-lg logo\">example\u003C/span>\n \u003C/div>\n \u003C/template>\n \u003CUNavigationMenu\n orientation=\"vertical\"\n :items=\"links\"\n />\n \u003Cdiv class=\"flex-1\" />\n \u003CUNavigationMenu\n orientation=\"vertical\"\n :items=\"footerLinks\"\n />\n \u003CUSeparator class=\"sticky bottom-0\" />\n \u003Ctemplate #footer>\n \u003Cspan class=\"text-xs text-neutral-500 tracking-tight\">Version {{ useRuntimeConfig().public.version }}\u003C/span>\n \u003C/template>\n \u003C/UDashboardSidebar>\n\n```\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2910,2913,2914],{"name":2911,"color":2912},"bug","d73a4a",{"name":2871,"color":2872},{"name":2915,"color":2916},"pro","5BD3CB",3549,"closed","injection \"Symbol(nuxt-ui.locale-context)\" not found","2025-03-18T11:12:44Z","https://github.com/nuxt/ui/issues/3549",0.7027253,{"description":2924,"labels":2925,"number":2931,"owner":2874,"repository":2875,"state":2918,"title":2932,"updated_at":2933,"url":2934,"score":2935},"### Environment\n\n- Mac OS \n- Node version v20.18.1\n- Nuxt v3.15.4\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha13\n\n### Reproduction\n\n1. follow installation from guide:\n\nnpx nuxi init -t ui3 \u003Cmy-app>\n\n2. start: npm run dev\n\n\n### Description\n\n\nThere are no colors, no buttons, no borders, no tailwind classes...\n\n\u003Cimg width=\"870\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/e5d46f25-3e77-4509-9349-6bec41ea8d63\" />\n\nI am not sure what happened and when. Just discovered today after cleaning node_modules and reinstalling all packages that tailwind is not loaded correctly. \n\nAs you can see the same is for fresh install from provided starter.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2926,2927,2928],{"name":2911,"color":2912},{"name":2871,"color":2872},{"name":2929,"color":2930},"upstream","78bddb",3374,"Tailwind CSS 4.0.8 not loading correctly","2025-03-14T20:19:15Z","https://github.com/nuxt/ui/issues/3374",0.72102076,{"description":2937,"labels":2938,"number":2940,"owner":2874,"repository":2875,"state":2918,"title":2941,"updated_at":2942,"url":2943,"score":2944},"Currently, portal components (modals, popovers, etc.) are directly attached to the root of the body. It would be beneficial to allow specifying their destination within the configuration .This would provide greater control over rendering order and potential styling conflicts, especially in complex applications with open shadow Dom. \n\nFor instance, a developer might want to render a modal within a specific container to inherit styles or avoid interference with other elements on the page (I currently using Nuxt ui as a web component withing WordPress). \n\nThe proposed configuration option could be a CSS selector string, allowing for flexible targeting of any existing element in the DOM defaulting to 'body'. ",[2939],{"name":2871,"color":2872},3687,"Allow specify portal destination for all portaled components","2025-04-21T15:42:56Z","https://github.com/nuxt/ui/issues/3687",0.7310247,{"description":2946,"labels":2947,"number":2951,"owner":2874,"repository":2875,"state":2918,"title":2952,"updated_at":2953,"url":2954,"score":2955},"### Description\n\nThere is currently no easy way to know what state the modal is in. Adding a `toggle` method would make life very much easier.\n\nI'm willing to make a PR\n\n### Additional context\n\n_No response_",[2948,2949,2950],{"name":2897,"color":2898},{"name":2871,"color":2872},{"name":2900,"color":2901},3720,"feat: add toogle for useOverlay","2025-04-09T15:26:14Z","https://github.com/nuxt/ui/issues/3720",0.7358064,{"description":2957,"labels":2958,"number":2961,"owner":2874,"repository":2962,"state":2918,"title":2963,"updated_at":2964,"url":2965,"score":2966},"Noticed that the animation on the timeline does not work properly on mobile (only first item appears) AND we have an issue for the image when navigating on client-side (at least on Safari):\n\nhttps://user-images.githubusercontent.com/904724/180595606-b112686f-b2ce-4686-8be6-0620ab31dac5.MOV\n\nAlso notice the layout shift on reload, might be due to a lack of height specified on images.",[2959],{"name":2911,"color":2960},"ff281a",831,"nuxt.com","[Community] About page timeline mobile","2023-02-15T12:31:02Z","https://github.com/nuxt/nuxt.com/issues/831",0.7389982,{"description":2968,"labels":2969,"number":2975,"owner":2874,"repository":2875,"state":2918,"title":2976,"updated_at":2977,"url":2978,"score":2979},"### Description\n\nIm using a prefix in nuxt.ui.config for nuxtui components\n```\n // nuxt ui settings\n ui: {\n colorMode: false, // disable light dark\n prefix: \"Nuxtui\", // component name prefix\n },\n```\n\nNow when I use the code from the table documentation (https://ui3.nuxt.dev/components/table#columns)\nI am getting a warning that UAvatar (which is linked to UBadge somehow) should be defined as custom Element.\n\n\n\n```\nconst nuxtuiBadge = resolveComponent(\"NuxtuiBadge\");\n\n....\n\ncell: ({ row }) => {\n const color = {\n true: \"success\" as const,\n false: \"error\" as const,\n }[row.getValue(\"isActive\") as string];\n\n return h(\n nuxtuiBadge,\n { class: \"capitalize\", variant: \"subtle\", color },\n () => (row.getValue(\"isActive\") ? \"Aktiv\" : \"Inaktiv\")\n );\n},\n\n....\n```\n\n\nDefining UAvatar as a custom element in nuxt.config solves the warning but isnt it a bug?",[2970,2973,2974],{"name":2971,"color":2972},"duplicate","cfd3d7",{"name":2868,"color":2869},{"name":2871,"color":2872},3218,"UAvatar warning when using nuxtui prefix, UBadge and h in table cell","2025-02-01T11:31:15Z","https://github.com/nuxt/ui/issues/3218",0.74038947,{"description":2981,"labels":2982,"number":2984,"owner":2874,"repository":2962,"state":2918,"title":2985,"updated_at":2986,"url":2987,"score":2988},"",[2983],{"name":2911,"color":2960},1140,"[Cards]: external links icon missing","2023-02-15T12:31:11Z","https://github.com/nuxt/nuxt.com/issues/1140",0.7403964,["Reactive",2990],{},["Set"],["ShallowReactive",2993],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fVdXKZ5BZlLsom48NzH1Zb0wxGGcTibDA9ib2Vfog5So":-1},"/nuxt/ui/3752"]