@abtasty/widget-form-generator 中文文档教程
此文件夹包含两个主要组件。
1 - 小部件窗体。 WidgetForm 是生成表单的全局包装器组件。 它允许您使用选项卡对组件进行分类。
2 - 输入。 输入作为构建其他组件的工厂。 例如,如果使用“SliderInput”类型调用,它将在生成的表单中实例化一个 SliderInput 组件。
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.