made a component that renders forms based on a zod schema
– uses my own components
– supports custom labels, placeholders, props, etc
now I just create a zod schema, pass it to createForm() and get a fully functional form component.
maybe worth making an npm package for this
Original post: View on X.com