\n\u003C/UTooltip>\n```\n\nUnfortunately, the tooltip gets pushed to the top-left corner of the viewport. Am I missing something or doing anything incorrectly here?",[3047],{"name":3021,"color":3022},4286,"Can UColorModeButton be wrapped in a UTooltip?","2025-06-04T11:52:41Z","https://github.com/nuxt/ui/issues/4286",0.7769688,{"description":3054,"labels":3055,"number":3061,"owner":3027,"repository":3028,"state":3062,"title":3063,"updated_at":3064,"url":3065,"score":3066},"### Description\n\nI am using the carousel component. Trying to color the dots differently but can't find any documentation on how to achieve this. Is there any doc on the ui property? ",[3056,3057,3058],{"name":3021,"color":3022},{"name":3024,"color":3025},{"name":3059,"color":3060},"upstream","78bddb",4372,"closed","Carousel Config Options","2025-06-18T13:56:20Z","https://github.com/nuxt/ui/issues/4372",0.63229424,{"description":3068,"labels":3069,"number":3077,"owner":3027,"repository":3028,"state":3062,"title":3078,"updated_at":3079,"url":3080,"score":3081},"### Description\n\nWhen a dot is selected in the UCarousel component, we get no attribute in the element : \n\n- no data-selected\n- no aria-current for accessibility\n\nSince there is no dots/dot slot, we have no possibility to style these dots when selected or not. The only difference is the bg style being either bg-accented or bg-inverted, which is overwritten if we actually style the background.\n\nIs there any way to add these attributes ? At least for accessibility.\n\n### Additional context\n\n_No response_",[3070,3073,3074],{"name":3071,"color":3072},"enhancement","a2eeef",{"name":3024,"color":3025},{"name":3075,"color":3076},"triage","ffffff",4403,"UCarousel selected dot has no attribute","2025-07-07T10:09:58Z","https://github.com/nuxt/ui/issues/4403",0.7199987,{"description":3083,"labels":3084,"number":3088,"owner":3027,"repository":3028,"state":3062,"title":3089,"updated_at":3090,"url":3091,"score":3092},"### Description\n\nThis is a re-opening of #1484 but for v3. It seems in the transition from v2 to v3, giving the indicators (now \"dots\") ARIA \"tab\" roles was lost. While I did mention it in my original issue, I don't believe my original PR accounted for when multiple items would be displayed at the same time. Perhaps the changes for v3 can take that into account.\n\n### Additional context\n\n_No response_",[3085,3086,3087],{"name":3071,"color":3072},{"name":3024,"color":3025},{"name":3075,"color":3076},4494,"Carousel component could be made more accessible (v3).","2025-07-10T12:18:41Z","https://github.com/nuxt/ui/issues/4494",0.72566193,{"description":3094,"labels":3095,"number":3102,"owner":3027,"repository":3028,"state":3062,"title":3103,"updated_at":3104,"url":3105,"score":3106},"### Description\n\nI want to place it on the side or on the top like tabs component",[3096,3097,3100],{"name":3021,"color":3022},{"name":3098,"color":3099},"closed-by-bot","ededed",{"name":3101,"color":3099},"stale",1410,"Can carousel indicator be located elsewhere beside on bottom of parent?","2025-06-19T02:12:52Z","https://github.com/nuxt/ui/issues/1410",0.7495516,{"description":3108,"labels":3109,"number":3112,"owner":3027,"repository":3028,"state":3062,"title":3113,"updated_at":3114,"url":3115,"score":3116},"### For what version of Nuxt UI are you suggesting this?\n\nv3-alpha\n\n### Description\n\nI was browsing through the v3 carousel docs at https://ui.nuxt.com/components/carousel#props, to see whether the v3 version will have callback events for onPrev and onNext, but didn't find it.\n\nIs this something that would be considered to implement?\n\nAlternatively, the ability to bind to the active item in the carousel, could also work.\n\nWe would use it to display an info text next to the image, and change it depending on which image is active in the carousel.\n\nIf this is something that is already possible, then please let me know how :)",[3110,3111],{"name":3071,"color":3072},{"name":3024,"color":3025},2475,"[v3] `Carousel` feature request: callback methods onPrev & onNext","2024-11-07T14:11:43Z","https://github.com/nuxt/ui/issues/2475",0.75535417,{"description":3118,"labels":3119,"number":3128,"owner":3027,"repository":3028,"state":3062,"title":3129,"updated_at":3130,"url":3131,"score":3132},"### Environment\n\n- Nuxt Vesrion: '3.15.1'\n- Nuxt/ui Version: '3.0.1'\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.15.1\n\n### Reproduction\n\nhttps://github.com/nuxt/ui/pull/2251\n\n### Description\n\nThis issue was previously addressed and fixed in [PR #2251](https://github.com/nuxt/ui/pull/2251). However, after upgrading to Nuxt UI v3.0.1, the dir prop no longer exists, making it impossible to switch the direction of the Carousel.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3120,3123,3126,3127],{"name":3121,"color":3122},"bug","d73a4a",{"name":3124,"color":3125},"needs reproduction","CB47CF",{"name":3024,"color":3025},{"name":3098,"color":3099},3705,"Missing \"dir\" Prop in Carousel Component After Nuxt UI v3.0.1 Update","2025-05-31T02:09:01Z","https://github.com/nuxt/ui/issues/3705",0.7559012,{"description":3134,"labels":3135,"number":3138,"owner":3027,"repository":3028,"state":3062,"title":3139,"updated_at":3140,"url":3141,"score":3142},"### Description\n\nIn the vertical pill variant I want the background of the active item to be white. It's not clear how to achieve this through the `ui` prop\n\n\n\n```\n\u003CUNavigationMenu\n orientation=\"vertical\"\n variant=\"pill\"\n :items=\"items\"\n\n :ui=\"{\n variants: {\n compoundVariants: [\n {\n variant: 'pill',\n active: true,\n highlight: false,\n class: {\n link: 'before:bg-white' // tried this but it's not working\n }\n }\n ]\n }\n }\"\n/>\n```",[3136,3137],{"name":3021,"color":3022},{"name":3024,"color":3025},3517,"How To Style NavigationMenu items","2025-05-10T11:36:22Z","https://github.com/nuxt/ui/issues/3517",0.7578418,["Reactive",3144],{},["Set"],["ShallowReactive",3147],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fy0K0utxG3d6S9tHGGdYbQPUy1xM3SPYYLYQfsmR4Nvk":-1},"/nuxt/ui/4228"]