vantezzen / auto-form

🌟 A React component that automatically creates a @shadcn/ui form based on a zod schema.
https://vantezzen.github.io/auto-form/
2.27k stars 81 forks source link

Attempt to fix #38 #56

Closed cipriancaba closed 4 months ago

cipriancaba commented 4 months ago

Not the most elegant solution, JSON.stringify might get a bit expensive on large forms, but does the trick

vantezzen commented 4 months ago

Thank you for the contribution!