\n \u003C/UCarousel>\n\u003C/template>\n\n### Description\n\nSimulate the behavior of https://m3.material.io/components/carousel/overview, Carousel will repeatedly calculate is-snapped in an infinite loop\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3055,3056,3059],{"name":3038,"color":3039},{"name":3057,"color":3058},"v3","49DCB8",{"name":3060,"color":3061},"triage","ffffff",3883,"ui","[Carousel] Unable to differentiate item sizes","2025-04-14T08:19:21Z","https://github.com/nuxt/ui/issues/3883",0.82360613,{"description":3069,"labels":3070,"number":3078,"owner":3027,"repository":3063,"state":3079,"title":3080,"updated_at":3081,"url":3082,"score":3083},"### Description\n\nNow default tooltip position is bottom and with disabled arrow. Unfortunately, there is currently no way to set the default behavior for a tooltip. Since in our project we prefer to position the tooltip on top and with arrow. It would be nice to have the possibility to change the default behaviour. \nAt the moment, the only solution is to create a wrapper component with default props.\n\n### Additional context\n\n_No response_",[3071,3074,3077],{"name":3072,"color":3073},"duplicate","cfd3d7",{"name":3075,"color":3076},"enhancement","a2eeef",{"name":3057,"color":3058},3807,"closed","Configurable default props for Tooltip component","2025-04-08T20:25:35Z","https://github.com/nuxt/ui/issues/3807",0.7697313,{"description":3085,"labels":3086,"number":3093,"owner":3027,"repository":3063,"state":3079,"title":3094,"updated_at":3095,"url":3096,"score":3097},"### Description\n\nHi Team,\r\n\r\nI hope you're doing well.\r\n\r\nI have a feature request for the pagination component. I'm using pagination for a series, and some series don't start at season 1. For example, some might start at season 4.\r\n\r\nIt would be incredibly useful to have a min prop that allows specifying a minimum page so that everything below this minimum is automatically disabled or hidden.\r\n\r\nHere's an example of how it might be implemented:\r\n\r\n```\r\n\u003CUPagination\r\n v-model=\"selectedSeason\"\r\n :min=\"selectedSeason \u003C seasonRange.minSeason\"\r\n :max=\"5\"\r\n size=\"sm\"\r\n :page-count=\"1\"\r\n :total=\"seasonRange.maxSeason\"\r\n :active-button=\"{ variant: 'outline' }\"\r\n :ui=\"{ rounded: 'first-of-type:rounded-s-md last-of-type:rounded-e-md' }\"\r\n show-last\r\n show-first\r\n>\r\n\u003C/UPagination>\r\n```\r\n\n\n### Additional context\n\nIn this example, :min=\"selectedSeason \u003C seasonRange.minSeason\" would ensure that seasons below the minimum are disabled or hidden.\r\n\r\nThank you for considering this feature request. It would greatly enhance the usability of the pagination component for series with non-sequential seasons.",[3087,3088,3091],{"name":3075,"color":3076},{"name":3089,"color":3090},"closed-by-bot","ededed",{"name":3092,"color":3090},"stale",1804,"Feature Request: Allow min-page Property in Pagination Component","2025-06-19T02:12:27Z","https://github.com/nuxt/ui/issues/1804",0.7763038,{"description":3099,"labels":3100,"number":3106,"owner":3027,"repository":3063,"state":3079,"title":3107,"updated_at":3108,"url":3109,"score":3110},"### Environment\n\nOperating System: Windows_NT\nNode Version: v20.18.0\nNuxt Version: -\nCLI Version: 3.14.0\nNitro Version: -\nPackage Manager: unknown\nBuilder: -\nUser Config: -\nRuntime Modules: -\nBuild Modules: -\n\n### Version\n\nv3.0.0-alpha.6\n\n### Reproduction\n\nCannot use v3 on stackblitz so no repo.\n\n### Description\n\nThere are two things. \n**First: even though the route detection thus the active highlight works when default(no config or when clicking only) but not when using 'v-model' or 'defaultValue'. Tried the code in docs, it only works when item has children. So NavigationMenu doesn't act like a nav menu but just a normal menu.**\n\n```\nconst links = [\n [\n {\n label: t(\"nav.home\"),\n icon: \"ph:house\",\n to: \"/\",\n },\n {\n label: t(\"nav.products\"),\n icon: \"solar:box-linear\",\n to: \"/vendor/products\",\n },\n {\n label: t(\"nav.orders\"),\n icon: \"solar:clipboard-list-linear\",\n to: \"/vendor/orders\",\n },\n ],\n];\n\n\nconst activeItem = '1'\n```\n```\n \u003CUNavigationMenu\n v-model=\"activeItem\"\n orientation=\"vertical\"\n :items=\"links\"\n color=\"neutral\"\n :ui=\"{ link: 'py-2' }\"\n />\n```\n\n\nSecond: It would be better the route detection works for sub routes too. For example a route link should be active not just for /products but also for /products/new, products/g300gk-l2210j etc...\n\n### Additional context\nhttps://ui3.nuxt.dev/components/navigation-menu#control-active-item\n\n### Logs\n\n_No response_",[3101,3102,3105],{"name":3038,"color":3039},{"name":3103,"color":3104},"needs reproduction","CB47CF",{"name":3057,"color":3058},2360,"[NavigationMenu] Active item logic broken","2024-10-11T09:56:55Z","https://github.com/nuxt/ui/issues/2360",0.7976131,{"description":3112,"labels":3113,"number":3117,"owner":3027,"repository":3027,"state":3079,"title":3118,"updated_at":3119,"url":3120,"score":3121},"Hi.\r\nI am coding for pagination. But I'm having trouble creating components url within the component url.\r\n\r\n**Category Post First Page** \r\nFolder: pages/category/_id.vue\r\nUrl : /category/**6** \r\n\r\nroute.params.id= 6\r\n\r\nThis works, no problem. \r\n\r\nBut I'm getting an error when, I try to page the category id pagination links. I want to \r\n\r\n**Example Category Pagination Pages**\r\nFolder: pages/category/page/_id.vue . -> (id.vue pagination current_page count.)\r\nUrl: /category/**6**/page/40 \r\n\r\n->6 this category id. \r\n->40 pagination current_page count.\r\n\r\nBut, always return 404. Where is wrong ? Also what will be the route params id in such a link? Because there are 2 rotating id values.\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/c291\">#c291\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3114],{"name":3115,"color":3116},"2.x","d4c5f9",342,"How to add sub component link?","2023-01-18T15:38:47Z","https://github.com/nuxt/nuxt/issues/342",0.7988614,{"description":3123,"labels":3124,"number":3126,"owner":3027,"repository":3063,"state":3079,"title":3127,"updated_at":3128,"url":3129,"score":3130},"### Environment\n\nx\n\n### Version\n\nx\n\n### Reproduction\n\nx\n\n### Description\n\nWhen navigating to the Nuxt UI v2 homepage from another page within the app, it does not display and throws an error. However, if the page is reloaded directly, it loads correctly.\n\n#### Console error:\nA JavaScript error related to .map appears in the console.\n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3125],{"name":3038,"color":3039},3541,"docs: v2 homepage does not display when navigating internally","2025-03-18T14:27:58Z","https://github.com/nuxt/ui/issues/3541",0.80264986,{"description":3132,"labels":3133,"number":3134,"owner":3027,"repository":3028,"state":3079,"title":3135,"updated_at":3136,"url":3137,"score":3138},"https://www.figma.com/file/OLlmzoVQ7FSBh4FJJORNpl/nuxt.com?node-id=3737%3A48944",[],368,"`/showcases` page","2023-02-15T12:32:14Z","https://github.com/nuxt/nuxt.com/issues/368",0.80904007,{"description":3140,"labels":3141,"number":3134,"owner":3027,"repository":3047,"state":3079,"title":3142,"updated_at":3143,"url":3144,"score":3138},"",[],"detect nuxt.config.ts","2023-12-02T00:13:09Z","https://github.com/nuxt/test-utils/issues/368",["Reactive",3146],{},["Set"],["ShallowReactive",3149],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f2bT0Gh9ADRtGmnd_sqJ1ZFEJXOiHgl8yFnN-L8ujer4":-1},"/nuxt/nuxt.com/1036"]