https://github.com/makerxstudio/forms
Quick & easy forms for your React project
https://github.com/makerxstudio/forms
forms oss package react typescript zod
Last synced: about 1 year ago
JSON representation
Quick & easy forms for your React project
- Host: GitHub
- URL: https://github.com/makerxstudio/forms
- Owner: MakerXStudio
- Created: 2023-03-24T05:54:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T00:48:40.000Z (over 1 year ago)
- Last Synced: 2025-03-24T21:48:13.026Z (over 1 year ago)
- Topics: forms, oss, package, react, typescript, zod
- Language: TypeScript
- Homepage:
- Size: 1.13 MB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Add typed & validated forms to your React app quickly.
Currently supports:
- Ionic Framework [docs](https://github.com/MakerXStudio/forms/tree/main/packages/ionic) | [npm](https://www.npmjs.com/package/@makerx/forms-ionic) | [demo](https://makerxstudio.github.io/forms/ionic-example)
- MUI [docs](https://github.com/MakerXStudio/forms/tree/main/packages/mui) | [npm](https://www.npmjs.com/package/@makerx/forms-mui) | [demo](https://makerxstudio.github.io/forms/mui-example)
## Running locally
```bash
npm i
npm run build
npm run dev --workspace mui-example
npm run dev --workspace ionic-example
```