Open leomerida15 opened 1 month ago
I think conceptually this is very similar to the new @autoform
libraries, right? Both systems map the zod types to rendering specific form elements - just with a bit of a different syntax.
Hi @vantezzen I think I know how to transform the schema into an interpretable object, but by completely separating mapping and component glossary from the component library, it allows you to do several things in a much simpler way,
If this package seems like it to you, I hope you take it into account because I feel that this repository is becoming more complicated than it needs to be.
This is a continuation of issues #107, I created this little thing that is already in npm and is adnostic to the UI library and allows custom props for each component.