An open API service indexing awesome lists of open source software.

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

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)