@argodigital/qq-formbuilder
v0.1.9
Published
QQ form library
Downloads
45
Maintainers
Keywords
Readme
Quick Quote form Builder Library
This project builds the qq-formbuilder library used in QQ applications. The library is built using typescript and it uses cucumber and puppeteer for testing. This library provides JSON driven forms using React/Redux. A complete explanation of the schema that the builder accepts can be found here
Using the library in your application
You can install the qq-formbuilder library as an NPM dependency using npm i @argodigital/qq-formbuilder
to get started using it in your application.
Getting started with development
Testing
For a guide on how to write and execute tests in this project please see the testing documentation.