Extend NuxtUI Form Component
I'm using Nuxt UI and I want to extend the UForm component, to always scrol lthe first error into view.
I would normally create a new Component where I do something like this:
The problem is, the types used for schema & state don't seem to be exported. How would you usually extend one of Nuxt UIs components? What's the best approach?
0 Replies