How to integrate forms.js exported json with our own UI component

I have tried form.js and its export as json functionality.
Now the part i want to try is - say we designed a form using form.js and we exported it as json,
how can we embed or integrate with our own UI.
Can anyone suggest what are the possible options available?

Hi there @Aditya, welcome to the forums. Sorry for having missed this.

So, I assumed you tried it here Form Builder | demo.bpmn.io ?

The simplest and quickest way would be to use our form-js-viewer library, the code is available here and you can simply find the package on npm.

You can just follow these instructions.

For simple styling, you can use the viewer library combined with some CSS files.

Hope that helps,
Val