\r\n \u003C/NuxtLayout>\r\n \u003C!-- universal components -->\r\n \u003CMenuDialog />\r\n \u003CLanguageDialog />\r\n \u003CColorModeDialog />\r\n \u003CBackdrop />\r\n \u003C!-- etc -->\r\n \u003C/div>\r\n\u003C/template>\r\n```\r\nOr you could just move those components to a directory called `~/components/universal` (for example) and Nuxt would take care of injecting them automatically.\n\n### Additional information\n\n- [X] 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).",[3048,3051],{"name":3049,"color":3050},"enhancement","8DEF37",{"name":3052,"color":3053},"discussion","538de2",19492,"Components automatically injected into the root element","2024-06-30T11:09:20Z","https://github.com/nuxt/nuxt/issues/19492",0.7489333,{"description":3060,"labels":3061,"number":3066,"owner":3029,"repository":3030,"state":3067,"title":3068,"updated_at":3069,"url":3070,"score":3071},"### Description\n\nHey guys,\nThanks to your great job :)\n\nI wanna know if has intention to add a Toggle Switch component in nuxt/ui\n\n\n\n\n\n\n### Additional context\n\n_No response_",[3062,3064,3065],{"name":3049,"color":3063},"a2eeef",{"name":3023,"color":3024},{"name":3026,"color":3027},4451,"closed","Toggle Switch","2025-07-03T01:48:56Z","https://github.com/nuxt/ui/issues/4451",0.7230492,{"description":3073,"labels":3074,"number":3084,"owner":3029,"repository":3030,"state":3067,"title":3085,"updated_at":3086,"url":3087,"score":3088},"### For what version of Nuxt UI are you suggesting this?\n\nv2.x\n\n### Description\n\n### Feature Request: Rich Text Editor Component\n\n#### Description\nI would like to request a Rich Text Editor component to be added to Nuxt UI. This component will allow users to input and format rich text content easily, with support for common formatting options such as bold, italic, headers, lists, and more.\n\n#### Benefits\n- Streamlined development for users who need rich text editing features.\n- Consistency in design and functionality with other Nuxt UI components.\n\n#### Proposed Solution\nIntegrate a rich text editor library (e.g., Quill.js, TipTap) as a Nuxt UI component. The component should provide flexibility for customization and ease of use.\n\n#### Alternatives\nFor now, users can manually integrate third-party editors, but having a built-in component would significantly improve the development experience.\n\n\n### Additional context\n\n_No response_",[3075,3077,3080,3081],{"name":3076,"color":3027},"wontfix-v2",{"name":3078,"color":3079},"feature","A27AF6",{"name":3023,"color":3024},{"name":3082,"color":3083},"pro","5BD3CB",2698,"Proposal: Add a Built-in Rich Text Editor Component to Nuxt UI","2025-04-08T17:13:28Z","https://github.com/nuxt/ui/issues/2698",0.738356,{"description":3090,"labels":3091,"number":3094,"owner":3029,"repository":3030,"state":3067,"title":3095,"updated_at":3096,"url":3097,"score":3098},"### Description\n\nIt's a component that's rarely found in a component library, and yet I find it so useful.\n\nhttps://reka-ui.com/docs/components/editable\n\n### Additional context\n\n_No response_",[3092,3093],{"name":3049,"color":3063},{"name":3023,"color":3024},4011,"[Editable] Are there any plans to add an Editable component based on reka-ui's Editable component?","2025-05-23T13:17:27Z","https://github.com/nuxt/ui/issues/4011",0.74230146,{"labels":3100,"number":3107,"owner":3029,"repository":3029,"state":3067,"title":3108,"updated_at":3109,"url":3110,"score":3111},[3101,3104],{"name":3102,"color":3103},"pending triage","E99695",{"name":3105,"color":3106},"2.x","d4c5f9",8995,"custom components in vuetify-dialog not working","2023-01-22T15:38:48Z","https://github.com/nuxt/nuxt/issues/8995",0.74408656,{"description":3113,"labels":3114,"number":3122,"owner":3029,"repository":3029,"state":3067,"title":3123,"updated_at":3124,"url":3125,"score":3126},"### Environment\n\nwebstorm 2024.2.3 \n\nNuxt 3.13.2\n\n\n\n### Reproduction\n\nIn the TS code, writing any component name or type will not prompt?\nPreviously, it could be suggested. It's not possible now. Is it related to the Nuxt plugin?\n\n\n\n\n\n\n### Describe the bug\n\nPreviously, it could be suggested. It's not possible now. Is it related to the Nuxt plugin?\n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3115,3116,3119],{"name":3102,"color":3103},{"name":3117,"color":3118},"needs reproduction","FBCA04",{"name":3120,"color":3121},"closed-by-bot","ededed",29362,"In the TS code, writing any component name or type will not prompt?","2024-10-18T02:00:42Z","https://github.com/nuxt/nuxt/issues/29362",0.7451115,{"description":3128,"labels":3129,"number":3134,"owner":3029,"repository":3029,"state":3067,"title":3135,"updated_at":3136,"url":3137,"score":3138},"### Describe the feature\n\nI'm currently migrating my site built with Gridsome to Nuxt. In the process, I'm running into errors such as this\r\n\r\n\r\n```\r\n[nuxt] [request error] [unhandled] [500] nuxt instance unavailable\r\n at Module.useNuxtApp (./.nuxt/dist/server/server.mjs:479:13)\r\n at Module.useHead (./.nuxt/dist/server/server.mjs:1580:25)\r\n at $id_0ptq61qRX8 (./.nuxt/dist/server/server.mjs:3027:23)\r\n at async __instantiateModule__ (./.nuxt/dist/server/server.mjs:7310:3)\r\n```\r\n\r\nFrom a dev perspective, this is a nightmare. I don't know where to search first, but I have to go through all of my files by trial and error. I wish there would be even a vague hint of what it could be, and which page / component is causing it so finding the issue won't take hours.\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://v3.nuxtjs.org/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/framework/discussions) and [issues](https://github.com/nuxt/framework/issues).",[3130,3133],{"name":3131,"color":3132},"3.x","29bc7f",{"name":3102,"color":3103},14684,"Improve logs to make life more easy by showing affected page / component at least","2023-01-19T17:38:46Z","https://github.com/nuxt/nuxt/issues/14684",0.7454548,{"description":3140,"labels":3141,"number":3148,"owner":3029,"repository":3030,"state":3067,"title":3149,"updated_at":3150,"url":3151,"score":3152},"### Description\n\nNuxt UI 3 components currently do not fully support usage within a Shadow DOM environment. TBH i don't know if this is even feasible but opening this for discussion. \n\n### Additional context\n\nI am trying to use Nuxt/ui inside chrome extension content script. During my testing, styles are applied as required, but functionality is broken. ",[3142,3143,3144,3145,3146],{"name":3049,"color":3063},{"name":3023,"color":3024},{"name":3026,"color":3027},{"name":3120,"color":3121},{"name":3147,"color":3121},"stale",3576,"Support Usage of Nuxt UI 3 in Shadow DOM","2025-06-18T09:01:33Z","https://github.com/nuxt/ui/issues/3576",0.7463707,["Reactive",3154],{},["Set"],["ShallowReactive",3157],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f9Z3gBa5XtUelayM5J1QblLe8-pAGN1rgIOt1RZUjuvE":-1},"/nuxt/ui/4632"]