\r\n\u003C/template>\r\n``` \r\n\r\nBy the way, [the doc state](https://ui.nuxt.com/getting-started/theming#ui-prop) that \"Each component has a ui prop\". Which is not true then.\n\n### Additional context\n\n_No response_",[2909,2910],{"name":2868,"color":2869},{"name":2889,"color":2890},2094,"Some component doesn't have a UI prop","2025-03-17T14:27:40Z","https://github.com/nuxt/ui/issues/2094",0.69695747,{"description":2917,"labels":2918,"number":2919,"owner":2874,"repository":2875,"state":2901,"title":2920,"updated_at":2921,"url":2922,"score":2923},"I'm experiencing an issue with my local font awesome pro setup.\n\nI'm using Nuxt UI Pro and the issue looks like it's Nuxt Icon related.\n\n\u003Cimg width=\"1407\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/842b0d0f-7437-44a4-bb8f-1f4bded3ed93\" />\n\n\u003Cimg width=\"1439\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/c181ed5c-ed16-468b-907f-6dd4facdd9db\" />\n\nAs you can see, it doesn't work. @benjamincanac from Nuxt UI already mentioned me to use the `i-` syntax: `i-fa-light-caret-right`. This doesn't work as well...\n\nI'm I doing something wrong?\n\nContext: https://github.com/nuxt/ui/issues/2590",[],326,"Custom local icons are not rendering","2024-12-19T20:21:50Z","https://github.com/nuxt/icon/issues/326",0.71332175,{"description":2925,"labels":2926,"number":2933,"owner":2874,"repository":2892,"state":2901,"title":2934,"updated_at":2935,"url":2936,"score":2937},"### Environment\n\nnuxt@3.13.2\r\n@nuxt/ui@2.18.4\n\n### Version\n\nv2.18.4\n\n### Reproduction\n\nhttps://ui.nuxt.com/components/modal#usage\n\n### Description\n\nThe modal enter transtition isn't working at all, it just appears immediately. Check it out in the [documentation](https://ui.nuxt.com/components/modal#usage).\n\n### Additional context\n\nhttps://github.com/user-attachments/assets/3897833a-6245-4ddf-8db8-2c1dfd117e0b\r\n\n\n### Logs\n\n_No response_",[2927,2930],{"name":2928,"color":2929},"bug","d73a4a",{"name":2931,"color":2932},"duplicate","cfd3d7",2211,"Modal enter transition not working","2024-09-17T08:47:43Z","https://github.com/nuxt/ui/issues/2211",0.71476984,{"description":2939,"labels":2940,"number":2944,"owner":2874,"repository":2892,"state":2901,"title":2945,"updated_at":2946,"url":2947,"score":2948},"### Description\n\nI think it would be very cool and helpful if the accordion items could have some drag functionality. I want my users to be able to add links to their account in a accordion form. They should be able to reorder it as well. Not sure if the accordion is the right component to add it or that it could be something on it's own. You might have different thoughts. See https://github.com/nuxt/ui/issues/825\n\n### Additional context\n\n_No response_",[2941,2942,2943],{"name":2868,"color":2869},{"name":2886,"color":2887},{"name":2889,"color":2890},3637,"Add drag behaviour to `accordion`","2025-03-24T17:08:50Z","https://github.com/nuxt/ui/issues/3637",0.71495724,{"description":2950,"labels":2951,"number":2959,"owner":2874,"repository":2892,"state":2901,"title":2960,"updated_at":2961,"url":2962,"score":2963},"### Description\n\nHello there! thank you all for this awesome library! I'm using the pro version to leverage the Dashboard components, which have been very useful so far, but I'm currently in need of something like this:\n\n\n\nThe idea is to have a NavBar on top of all DashboardPanels across all pages. As far as I can understand the documentation, both DashboardNavbar and DashboardToolbar can only be used inside of a DashboardPanel, but would it be possible to somehow achieve this without breaking the way that the Dashboard components interact with each other? \n\nIn version 2 I kinda went around by just nesting a DashboardPanel inside of a main one (Placed in the layout file) which the Navbar inside it, and then I placed the `\u003Cslot />` for the rest of the content, which could be either 1 or more DashboardPanels.\n\nThanks in advance!",[2952,2955,2956],{"name":2953,"color":2954},"question","d876e3",{"name":2886,"color":2887},{"name":2957,"color":2958},"pro","5BD3CB",3627,"How to add a persistent Navbar on top of all DashboardPanels inside of a DashboardGroup?","2025-03-19T20:53:14Z","https://github.com/nuxt/ui/issues/3627",0.7155523,{"description":2965,"labels":2966,"number":2977,"owner":2874,"repository":2874,"state":2901,"title":2978,"updated_at":2979,"url":2980,"score":2981},"### Environment\n\n------------------------------\r\n- Operating System: `Darwin`\r\n- Node Version: `v16.15.1`\r\n- Nuxt Version: `3.0.0-rc.10-27710784.e22bbcc`\r\n- Nitro Version: `0.5.2-27709289.11cc5cd`\r\n- Package Manager: `npm@8.12.1`\r\n- Builder: `vite`\r\n- User Config: `app`, `css`, `build`, `imports`, `modules`, `nitro`, `runtimeConfig`, `typescript`, `vite`\r\n- Runtime Modules: `nuxt-graphql-client@0.1.15`\r\n- Build Modules: `-`\r\n------------------------------\n\n### Reproduction\n\nCan't reproduce because Stacklblitz doesn't actually show any TS.\n\n### Describe the bug\n\nWhen defining a server api route, it'll autmoatically infer the right return types (yay!), so when calling `const data = $fetch('/api/test')`, `data` can be used safely.\r\n\r\nHowever if you call the API with a query parameter, `const data = $fetch('/api/test?q=hello')`, you will lose all typesafety because the returned type becomes `Promise\u003Cunknown>`.\r\n\r\nI'm not 100% sure why, but maybe because the called URL doesn't match the actual API route due to the added params?\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2967,2970,2973,2974],{"name":2968,"color":2969},"types","2875C3",{"name":2971,"color":2972},"3.x","29bc7f",{"name":2928,"color":2929},{"name":2975,"color":2976},"🔨 p3-minor","FBCA04",14850,"API route types not correctly inferred when using query params in $fetch","2023-01-19T17:41:08Z","https://github.com/nuxt/nuxt/issues/14850",0.71986187,{"description":2983,"labels":2984,"number":2987,"owner":2874,"repository":2892,"state":2901,"title":2988,"updated_at":2989,"url":2990,"score":2991},"### 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",[2985,2986],{"name":2953,"color":2954},{"name":2886,"color":2887},2843,"Neutral Palette classes","2024-12-09T11:12:10Z","https://github.com/nuxt/ui/issues/2843",0.7220805,["Reactive",2993],{},["Set"],["ShallowReactive",2996],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fJzV1s2P-B4QTtcT_pOeqqg21FQWBV2o88fxt2_ddXVk":-1},"/nuxt/fonts/149"]