While using workflow-creator, I want to provide my own input elements that will match with my project's design system. We are able to do this in Angular by providing ng-template. But I'm not able to replicate that in React.
I want to do the same with React, but I'm not able to figure out, how to render custom input elements in React as there's no concept to templates in React or Vanilla JS