@abtasty/widget-form-generator
v1.7.64
Published
Downloads
1,230
Maintainers
Keywords
Readme
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.