fp-ts
port of Lumi's FormBuilder DSL
yarn add fp-ts-form
This package started as a PoC. Upon changing this to a package, a few expected features are missing:
- Documentation/Comments
- Tests
es6
build
Firstly, add parcel
globally to run the examples; yarn global add parcel-bundler
- Basic example:
parcel examples/basic/index.html
- Wizard/Monad example:
parcel examples/wizard/index.html
- (Todo) Dynamic inputs example
Do let us know if there are use cases you'd like to see examples of.