\n \u003C/template>\n \u003C/UPopover>\n\n \u003Csvgo-email>\u003C/svgo-email>\n \u003Csvgo-wechat>\u003C/svgo-wechat>\n \u003Csvgo-phone>\u003C/svgo-phone>\n \u003C/div>\n//layout/default.vue\n \u003CHtml :lang=\"head.htmlAttrs.lang\" :dir=\"head.htmlAttrs.dir\">\n \u003CHead>\n\n\u003C!--\n \u003CTitle>{{ title }}\u003C/Title>\n-->\n \u003Ctemplate v-for=\"link in head.link\" :key=\"link.id\">\n \u003CLink :id=\"link.id\" :rel=\"link.rel\" :href=\"link.href\" :hreflang=\"link.hreflang\" />\n \u003C/template>\n \u003Ctemplate v-for=\"meta in head.meta\" :key=\"meta.id\">\n \u003CMeta :id=\"meta.id\" :property=\"meta.property\" :content=\"meta.content\" />\n \u003C/template>\n \u003C/Head>\n \u003CBody>\n \u003CUApp :toaster=\"{position:'top-center'}\">\n \u003Csys-header >\u003C/sys-header>\n \u003Csys-side>\u003C/sys-side>\n \u003Cslot />\n \u003Csys-footer>\u003C/sys-footer>\n \u003C/UApp>\n \u003C/Body>\n \u003C/Html>\n \u003C/div>\n\n\n### Logs\n\n```shell-script\n\n```",[2035,2036,2039],{"name":2008,"color":2009},{"name":2037,"color":2038},"needs reproduction","CB47CF",{"name":2011,"color":2012},2915,"a big error about UPopover,popover always show at wrong place","2025-01-25T13:11:46Z","https://github.com/nuxt/ui/issues/2915",0.72405124,{"description":2046,"labels":2047,"number":2052,"owner":1985,"repository":1999,"state":1987,"title":2053,"updated_at":2054,"url":2055,"score":2056},"### Description\n\nWould like to modify the default dark mode appearance of the UInput component.\n\nThe first name field is unstyled. The last name field shows my attempt to add styles, but to no effect. \n\nThe v2 component apparently had a `inputClass` that allowed the text and background color to be styled. \n\nIs there a v3 equivalent?\n\nThanks\n\nPS. the password fields are both also unstyled -- they just seem to have a different behaviors dependent on whether any text has been entered.\n\n```\n\u003Ctemplate>\n \u003CUContainer class=\"z-10 max-w-md py-10\">\n \u003CUCard class=\"bg-slate-200 shadow-md dark:bg-slate-600\">\n\n \u003Ctemplate #header>\n \u003Cspan class=\"text-center text-xl font-semibold text-gray-900 dark:text-white\">Sign up\u003C/span>\n \u003C/template>\n\n \u003CUForm\n :state=\"formState\"\n :schema=\"signUpSchema\"\n class=\"space-y-4\"\n @submit=\"onSubmit\">\n \u003Cdiv class=\"flex\">\n \u003CUFormField\n label=\"First Name\"\n name=\"firstName\"\n class=\"mr-3 flex-4\">\n \u003CUInput\n v-model=\"formState.firstName\"\n type=\"text\"\n placeholder=\"First Name\"\n icon=\"i-heroicons-user-solid\"/>\n \u003C/UFormField>\n \u003CUFormField\n label=\"Last Name\"\n name=\"lastName\"\n class=\"flex-5\">\n \u003CUInput\n v-model=\"formState.lastName\"\n type=\"text\"\n placeholder=\"Last Name\"\n icon=\"i-heroicons-user-solid\"\n class=\"text-gray-900 dark:text-white\" /> \u003C!-- has no effect -->\n \u003C/UFormField>\n \u003C/div>\n ...\n```\n\n",[2048,2051],{"name":2049,"color":2050},"question","d876e3",{"name":2011,"color":2012},3136,"Q: how to style the text and background color of the UInput component?","2025-01-18T00:58:37Z","https://github.com/nuxt/ui/issues/3136",0.7245483,{"description":2058,"labels":2059,"number":2062,"owner":1985,"repository":1999,"state":1987,"title":2063,"updated_at":2064,"url":2065,"score":2066},"### For what version of Nuxt UI are you asking this question?\n\nv3.0.0-alpha.x\n\n### Description\n\nHello,\n\nHow to access [Neutral Palette](https://ui3.nuxt.dev/getting-started/theme#neutral-palette) classes ? (text-ui-dimmed, bg-ui-accented ...)\nTailwind CSS IntelliSense doesn't offer them, are they generated by default?\nIf not, What is the easiest way to do this?\n\nThanks in advance",[2060,2061],{"name":2049,"color":2050},{"name":2011,"color":2012},2843,"Neutral Palette classes","2024-12-09T11:12:10Z","https://github.com/nuxt/ui/issues/2843",0.72496986,{"description":2068,"labels":2069,"number":2072,"owner":1985,"repository":1999,"state":1987,"title":2073,"updated_at":2074,"url":2075,"score":2076},"### Description\n\nI added type of array items. It's Work as well in web but i got error warn in IDE. I use Nuxt + NuxtUi 3 + TS\n\n\n\n\n\nFor items : \n```\nconst items = ref([\n { label: \"Your Order\", slot: \"header\", type: \"label\" },\n { label: \"Item1\" },\n ]);\n```",[2070,2071],{"name":2049,"color":2050},{"name":2011,"color":2012},3456,"DropdownMenuItem type","2025-03-28T17:41:59Z","https://github.com/nuxt/ui/issues/3456",0.7271263,{"description":2078,"labels":2079,"number":2083,"owner":1985,"repository":1999,"state":1987,"title":2084,"updated_at":2085,"url":2086,"score":2087},"### Environment\n\n- Operating System: Darwin\n- Node Version: v20.9.0\n- Nuxt Version: 3.14.159\n- CLI Version: 3.15.0\n- Nitro Version: 2.10.4\n- Package Manager: npm@10.1.0\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.8, @nuxtjs/i18n@9.0.0-rc.2, @nuxt/content@2.13.4, @nuxtjs/device@3.2.4\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.8\n\n### Reproduction\n\n```\n\u003CUForm\n :state=\"state\"\n :schema=\"schema\"\n class=\"space-y-3\"\n @submit=\"submit\"\n >\n \u003CUFormField\n name=\"text\"\n >\n \u003CUTextarea\n v-model=\"state.text\"\n class=\"w-full\"\n :rows=\"6\"\n size=\"xl\"\n />\n \u003C/UFormField>\n \u003CUFormField\n v-if=\"!authUser\"\n name=\"email\"\n :label=\"$t('label.email')\"\n >\n \u003CUInput\n v-model=\"state.email\"\n icon=\"i-solar-letter-bold-duotone\"\n :placeholder=\"$t('placeholder.enter_email')\"\n @update:model-value=\"state.email = $event || null\"\n />\n \u003C/UFormField>\n \u003CUButton\n block\n type=\"submit\"\n :loading=\"isLoading\"\n :label=\"$t('button.submit')\"\n />\n \u003C/UForm>\n```\n\n### Description\n\nWhy if get error from backend `UForm` set all inputs attr disabled?\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2080,2081,2082],{"name":2008,"color":2009},{"name":2037,"color":2038},{"name":2011,"color":2012},2612,"if get error from backend `UForm` set all inputs attr disabled","2024-11-13T09:00:48Z","https://github.com/nuxt/ui/issues/2612",0.7286785,{"description":2089,"labels":2090,"number":2093,"owner":1985,"repository":1986,"state":1987,"title":2094,"updated_at":2095,"url":2096,"score":2097},"http://localhost:3000/integrations?version=2.x\n\n",[2091],{"name":2008,"color":2092},"ff281a",549,"[Integrations] Version selector is not valid on refresh with query param","2023-02-15T12:32:31Z","https://github.com/nuxt/nuxt.com/issues/549",0.7308194,["Reactive",2099],{},["Set"],["ShallowReactive",2102],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"_IKamD8yIhwCQCJQUa5NrYO93287Sm3kkGL9Z4b499k":-1},"/nuxt/ui/3605"]