\n\n\u003Cscript setup lang=\"ts\">\nconst steps = [\n { selector: '#step1', title: 'Welcome', description: 'This is the first step', position: 'bottom' },\n { selector: '#step2', title: 'Next Feature', description: 'Learn about this one too', position: 'right' }\n]\n\u003C/script>\n```\n\n**Alternatives Considered**\n\n* External libraries like Driver.js or Shepherd.js, but they don’t fit Nuxt UI’s design system and require additional integration effort.\n\n**Additional Context**\nThis would help Nuxt developers deliver a polished onboarding experience without reinventing the wheel.\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://nuxt.com/docs/community/contribution).\n- [x] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[3157],{"name":3158,"color":3159},"pending triage","E99695",33111,"Interactive Feature Tour Component","2025-09-02T09:15:22Z","https://github.com/nuxt/nuxt/issues/33111",0.7246519,{"description":3166,"labels":3167,"number":3171,"owner":3147,"repository":3148,"state":3149,"title":3172,"updated_at":3173,"url":3174,"score":3175},"### Description\n\nI want to use [motion vue](https://motion.dev/docs/vue) to animate components within NuxtUI.\n\nHugo proposed there is a way to do this within a project, however I don't see how it would be possible without adding motion as a dependency to NuxtUI and modifying the component itself:\n\n> @HugoRCD We could make an example in the docs with Motion based on this example: https://examples.motion.dev/vue/smooth-tabs \n\n _Originally posted by @benjamincanac in [#488](https://github.com/nuxt/ui/issues/488#issuecomment-2869125279)_\n\nSo my questions are:\n\n1. If possible, how could motion animations be added to NuxtUI components within a project without modifying the core component? (If so, I'd be happy to build an example for the docs)\n2. Should we build new motion animated versions of components? (So projects that don't want the animations don't need to import motion-vue)\n3. How do we keep the new components in sync with the original ones if they change?\n4. Should motion animated components be a NuxtUI Pro feature?\n\n### Additional context\n\n_No response_",[3168,3169,3170],{"name":3138,"color":3139},{"name":3141,"color":3142},{"name":3144,"color":3145},4245,"Motion animated components","2025-05-28T16:47:53Z","https://github.com/nuxt/ui/issues/4245",0.7271323,{"description":3177,"labels":3178,"number":3186,"owner":3147,"repository":3148,"state":3187,"title":3188,"updated_at":3189,"url":3190,"score":3191},"### For what version of Nuxt UI are you suggesting this?\n\nv2.x\n\n### Description\n\nI have a use case where I'd like this value to be `false`. Would it be possible to make this configurable?\n\n### Additional context\n\nhttps://github.com/nuxt/ui/blob/dev/src/runtime/components/navigation/CommandPalette.vue#L30",[3179,3180,3181,3184],{"name":3138,"color":3139},{"name":3144,"color":3145},{"name":3182,"color":3183},"closed-by-bot","ededed",{"name":3185,"color":3183},"stale",2710,"closed","[CommandPalette] Make the `hold` prop of ComboboxOptions configurable","2025-06-18T09:05:43Z","https://github.com/nuxt/ui/issues/2710",0.7049424,{"description":3193,"labels":3194,"number":3197,"owner":3147,"repository":3198,"state":3187,"title":3199,"updated_at":3200,"url":3201,"score":3202},"Since the ui lib now uses the new version of Nuxt Color Mode, we'll need to add a `ThemeSelect` component https://github.com/docusgen/docus.com/blob/dev/components/atoms/ThemeSelect.vue and add it in the dropdown like on Docus: \n\n",[3195],{"name":3138,"color":3196},"1ad6ff",65,"nuxt.com","Theme selector","2023-02-15T12:30:35Z","https://github.com/nuxt/nuxt.com/issues/65",0.7122986,{"description":3204,"labels":3205,"number":3211,"owner":3147,"repository":3148,"state":3187,"title":3212,"updated_at":3213,"url":3214,"score":3215},"### Description\n\nA toggle button would be very useful. The closest thing we have is radio group or checkbox group. \nInspired by:\n[VBtnToggle](https://vuetifyjs.com/en/components/button-groups/)\n[VChipGroup](https://vuetifyjs.com/en/components/chip-groups/#usage)\n\nSimilar functionality could be achieved on RadioGroup by making unchecking possible (so null values are selectable)\nAND/OR\nBy adding a v-model to the button component, and model-active variants (so you can change the color, varient, icon, etc when checked). The model would be either a Boolean or an array of values similar to Vuetify.\n\n### Additional context\n\n_No response_",[3206,3209,3210],{"name":3207,"color":3208},"duplicate","cfd3d7",{"name":3138,"color":3139},{"name":3141,"color":3142},4246,"[Button] Toggle / V-Model","2025-05-28T17:19:55Z","https://github.com/nuxt/ui/issues/4246",0.7142151,{"description":3217,"labels":3218,"number":3223,"owner":3147,"repository":3148,"state":3187,"title":3224,"updated_at":3225,"url":3226,"score":3227},"### For what version of Nuxt UI are you suggesting this?\n\nv2.x\n\n### Description\n\nMuch like in https://github.com/nuxt/ui/issues/1387, I have a need to listen for clicks on `\u003CUTable />` rows. `@select` brings you part of the way there, but doesn't make it easy to get access to the full underlying event, for example to check if the user is holding the \u003Ckey>Ctrl\u003C/key>.\n\nSimilarly, even with `@select` I can't see any easy way to focus the table rows using keyboard input. \n\n### Additional context\n\n_No response_",[3219,3220,3221,3222],{"name":3138,"color":3139},{"name":3144,"color":3145},{"name":3182,"color":3183},{"name":3185,"color":3183},2796,"UTable row click event","2025-06-18T09:05:27Z","https://github.com/nuxt/ui/issues/2796",0.71587074,{"description":3229,"labels":3230,"number":3236,"owner":3147,"repository":3148,"state":3187,"title":3237,"updated_at":3238,"url":3239,"score":3240},"### 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. ",[3231,3232,3233,3234,3235],{"name":3138,"color":3139},{"name":3141,"color":3142},{"name":3144,"color":3145},{"name":3182,"color":3183},{"name":3185,"color":3183},3576,"Support Usage of Nuxt UI 3 in Shadow DOM","2025-06-18T09:01:33Z","https://github.com/nuxt/ui/issues/3576",0.7199167,{"description":3242,"labels":3243,"number":3249,"owner":3147,"repository":3148,"state":3187,"title":3250,"updated_at":3251,"url":3252,"score":3253},"### Environment\n\n- OS: tested on macOS (with nuxtUI v3+) and StackBlitz (with nuxtUI 2+)\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n^3.1.3\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-ui-bhmakssh?file=app.vue\n\n### Description\n\nWhile toogling visibility of a nuxt UI component with v-if work perfectly, toggling visibility with v-show does not work as expected (style=\"display: none;\" remaine applied)\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3244,3247,3248],{"name":3245,"color":3246},"bug","d73a4a",{"name":3141,"color":3142},{"name":3144,"color":3145},4347,"v-show not working with nuxt UI component","2025-06-24T10:03:57Z","https://github.com/nuxt/ui/issues/4347",0.72019124,{"description":3255,"labels":3256,"number":3264,"owner":3147,"repository":3147,"state":3187,"title":3265,"updated_at":3266,"url":3267,"score":3268},"### Describe the feature\n\nim using nuxt.config way , but work not good.any other way.\r\n\r\n script:[\r\n {src:\"https://code.jquery.com/jquery-3.6.0.js\"},\r\n {src:\"https://code.jquery.com/ui/1.13.2/jquery-ui.js\"},\r\n ]\n\n### Additional information\n\n- [X] Would you be willing to help implement this feature?\n- [X] 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).",[3257,3260,3261],{"name":3258,"color":3259},"3.x","29bc7f",{"name":3158,"color":3159},{"name":3262,"color":3263},"needs reproduction","FBCA04",20999,"how add jquery and jquery-ui to nuxt3 plugin?","2023-05-22T16:05:31Z","https://github.com/nuxt/nuxt/issues/20999",0.7217654,["Reactive",3270],{},["Set"],["ShallowReactive",3273],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fDjeTjKtZr7KvqVpBo4HM_DiQ3Yg-PwuaTpeTHKPZUkM":-1},"/nuxt/ui/4451"]