https://github.com/colbywhite/rw-form-generator
A React component that generates a functional form based on a given zod schema
https://github.com/colbywhite/rw-form-generator
Last synced: 4 months ago
JSON representation
A React component that generates a functional form based on a given zod schema
- Host: GitHub
- URL: https://github.com/colbywhite/rw-form-generator
- Owner: colbywhite
- Created: 2023-06-08T17:47:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T22:22:53.000Z (over 1 year ago)
- Last Synced: 2025-01-21T13:48:31.192Z (5 months ago)
- Language: TypeScript
- Homepage: https://redwood-autoform.netlify.app
- Size: 1.48 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @colbyw/autoform
[](https://www.npmjs.com/package/@colbyw/autoform/v/rc)

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
- [Docs](https://redwood-autoform.netlify.app)
- [CodeSandbox demo](https://githubbox.com/colbywhite/rw-form-generator)
- [Feedback survey](https://forms.gle/Vrb9UWqb6JR8Jx9T8)
- [Form Generator project](https://www.notion.so/redwoodjs/Form-Generator-113ccba4a6614fc3b4c3dc62c31edd05?pvs=4) in Redwood's Notion
- [Original proposal](https://docs.google.com/document/d/1-2yYdznb79srxnZ5S7jsJx2eS0rrLpqyRfPWRk-T_3w/edit#) from @mdkess