This folder contains two MAJOR components.
1 - WidgetForm.
WidgetForm is the global wrapper component of the generated form. It allows you to use tabs to categorize your components.
2 - Input.
Input works as a factory to build other components. For example, if called with a "SliderInput" type, it will instanciate a SliderInput component into the generated form.