dynamic rendering core of simple form
npm install @simpleform/render@simpleform/rendercomponents property): We need to register form controls and non-form components before using them, in case of form controls we need to support value and onChange props inside the control.
widgetList property): We use a list to describe the UI structure, each item in the list represents a component node. Node nesting is supported.
Form component handles form values, FormChildren component handles form rendering, a Form component can support multiple FormChildren components for internal rendering.
widgetList property).
bash
npm install @simpleform/render --save
或者
yarn add @simpleform/render
``