@argodigital/qq-formbuilder

QQ form library

Usage no npm install needed!

<script type="module">
  import argodigitalQqFormbuilder from 'https://cdn.skypack.dev/@argodigital/qq-formbuilder';
</script>

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.