https://github.com/omermecitoglu/zod-to-form-constraints
Generate React form element props from Zod schemas, mapping validation rules into native form constraints and attributes.
https://github.com/omermecitoglu/zod-to-form-constraints
attributes constraints form generator library open-source react typescript validation zod
Last synced: 17 days ago
JSON representation
Generate React form element props from Zod schemas, mapping validation rules into native form constraints and attributes.
- Host: GitHub
- URL: https://github.com/omermecitoglu/zod-to-form-constraints
- Owner: omermecitoglu
- License: mit
- Created: 2026-06-20T09:49:45.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2026-06-22T02:14:54.000Z (26 days ago)
- Last Synced: 2026-06-22T04:12:16.009Z (26 days ago)
- Topics: attributes, constraints, form, generator, library, open-source, react, typescript, validation, zod
- Language: TypeScript
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zod-to-form-constraints
[](https://www.npmjs.com/package/@omer-x/zod-to-form-constraints)
[](https://www.npmjs.com/package/@omer-x/zod-to-form-constraints)
[](https://codecov.io/gh/omermecitoglu/zod-to-form-constraints)
[](https://opensource.org/licenses/MIT)
[](https://github.com/omermecitoglu/zod-to-form-constraints/commits/main/)
[](https://github.com/omermecitoglu/zod-to-form-constraints/issues)
[](https://github.com/omermecitoglu/zod-to-form-constraints)
## Overview
Generate React form element props from Zod schemas, mapping validation rules into native form constraints and attributes.
## Installation
To install this package
```sh
npm install @omer-x/zod-to-form-constraints
```
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.