https://github.com/doughtnerd/qwizard
A forms-building library
https://github.com/doughtnerd/qwizard
angular form form-validation forms-builder functional-programming monorepo nodejs react typescript
Last synced: 7 months ago
JSON representation
A forms-building library
- Host: GitHub
- URL: https://github.com/doughtnerd/qwizard
- Owner: doughtnerd
- Created: 2022-03-23T22:36:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-28T16:51:07.000Z (over 3 years ago)
- Last Synced: 2025-02-14T03:41:22.416Z (9 months ago)
- Topics: angular, form, form-validation, forms-builder, functional-programming, monorepo, nodejs, react, typescript
- Language: TypeScript
- Homepage:
- Size: 804 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QWizard
A TS/JS library for Form-building and validation
## Packages
This library has two packages published on NPM
[@doughtnerd/qwizard-core](https://www.npmjs.com/package/@doughtnerd/qwizard-core)
and
[qwizard-react](https://www.npmjs.com/package/@doughtnerd/qwizard-react)
This project uses NX, the separate parts of the library can be found in the packages folder.
- For core functionality package of this library, see [Qwizard Core](https://github.com/doughtnerd/qwizard/tree/master/packages/core)
- For React bindings package of the core library, see [Qwizard React](https://github.com/doughtnerd/qwizard/tree/master/packages/react)