Dialob Composer

Dialob Composer allows a user to create a form that can then be used as a template in the filling side. There is currently a single implementation of Composer, however it is quite customizable and you can integrate it into your own application and change the default behaviours of it. You can read more about that in the customization section.

You can create your own implementation of Composer, however we do not currently expose any API libraries to simplify this process.

To use Composer in your own application, you need to run the following commands:

  import something from 'something';
  console.log('TODO');