Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.21 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.21 KB

@colbyw/autoform

npm (scoped with tag) Netlify npm bundle size (scoped version)

The AutoForm component takes in a zod schema and generates a functional form for you so you never have to deal with a input tag again.

This figures out the expected HTML based upon the zod validation, meaning you don't have to figure it out yourself. Simply define your data structure using a schema, and AutoForm takes care of the rest, rendering a fully operational form based on your schema.

Links