Integration with [react-final-form](https://github.com/final-form/react-final-form) that fills out the widget to use based on a ViewModel field.
npm install @prestojs/final-formIntegration with react-final-form that fills out
the widget to use based on a ViewModel field.
TODO: Review/expand this once interface settled
``js
import React from 'react';
import { Form } from '@prestojs/final-form';
function UserForm(onSubmit) {
return (