\n\n\n### Description\n\nIn Nuxt UI v3, the \u003CUTable /> component does not provide any trigger event when clicking on a table row. In contrast, the v2 version included the @select event, which allowed developers to handle row clicks effectively. This regression impacts the ability to implement common interaction patterns, such as handling row selection or performing actions based on user clicks.\n\nDoes Nuxt UI v3 have an event similar to the @select event from v2 for the \u003CUTable /> component? Specifically, is there a way to trigger an event when a table row is clicked?\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3230,3231],{"name":3152,"color":3153},{"name":3178,"color":3179},3010,"UTable row click event UI3","2025-03-08T12:22:25Z","https://github.com/nuxt/ui/issues/3010",0.76567227,{"description":3238,"labels":3239,"number":3246,"owner":3141,"repository":3181,"state":3168,"title":3247,"updated_at":3248,"url":3249,"score":3250},"### Description\n\nFor building modular forms it think it would make sense to support all components within for example `UInput`\n\nSo `\u003CUSlider v-model=\"value\" />` would be equivelant to `\u003CUInput type=\"slider\" v-model=\"value\" />` \n\nAnd also add support for validating/typing these components\n```\nconst schema = z.object({\n email: u('email'), // Equivelant to z.string().email('Invalid email')\n password: u('password').min(8) // z.string().min(8, 'Password must be at least 8 characters')\n age: u('slider').min(18) // Equivelant to z.number().min(18, 'Age must be 18 or higher')\n})\n```\nOr with custom validation messages \n```\nconst schema = z.object({\n email: u('email', 'Please enter valid email!'), // Equivelant to z.string().email('Please enter a valid email!')\n password: u('password').min(8, \"Password must be at least 8 characters!\") // Equivelant to z.string().min(8, \"Password must be at least 8 characters!\")\n age: u('slider').min(18, \"You must be 18 years or older!\") // Equivelant to z.number().min(18, \"You must be 18 years or older!\")\n})\n```\n\n\n### Additional context\n\n_No response_",[3240,3242,3243],{"name":3220,"color":3241},"a2eeef",{"name":3178,"color":3179},{"name":3244,"color":3245},"triage","ffffff",3934,"Add support for all components in UInput","2025-04-21T14:33:27Z","https://github.com/nuxt/ui/issues/3934",0.776635,["Reactive",3252],{},["Set"],["ShallowReactive",3255],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fi7a70vqzmDAdip96msPOxhJGuHlgYp1xuk_oAFHF8XI":-1},"/nuxt/nuxt.com/1337"]