Though the API of antd-form-builder is backward-compatible, the new form builder still increases the major version to 2.0 since there're some new API for antd v4. If you still use antd v3 you don't need to change any code after upgrading to form builder 2.0. If you use v4, below ...
You can see the live demo at: https://rekit.github.io/antd-form-builderPhilosophyThe key principle in my mind to create antd-form-builder is it should just help to define form fields and the layout while it doesn't reduce the flexibility of antd's original form API. So in simple ...
antd-form-builder Examples Philosophy Meta Driven About the New Form API of Ant.Design v4 New API for antd v4 1. For class components 2. For functional components 3. Pass forceUpdate to antd's Form's onValuesChange Install Usage API Reference ...
New API for antd v4 Though the API of antd-form-builder is backward-compatible, the new form builder still increases the major version to 2.0 since there're some new API for antd v4. If you still use antd v3 you don't need to change any code after upgrading to form builder 2.0. If...
@Component({ selector: 'app-form-build', standalone: true, imports: [ CommonModule, NgxAntdFormBuilderComponent ], template: ` <ngx-antd-form-builder (saveSchema)="save($event)"></ngx-antd-form-builder> `, }) export class FormBuilderComponent { @ViewChild('FormBuilder') FormBuilder!:...
@quotalab/utils moment Dev Dependencies (12) @emotion/css @quotalab/icons @types/node @types/react antd nanobundle prettier react react-dom rimraf tslib typescriptPackage Sidebar Install npm i @quotalab/antd-form-builder Weekly Downloads 149 Version 2.2.56 License none Unpacked Size 46.9 kB To...
FormBuilder是一个小帮手(源代码少于500行),轻松使用和构建表单,同时又不会阻止您使用原始的antd form API。 它不仅可以用作可编辑表单,而且可以显示具有表单布局的只读信息。 它同时支持antd v3和v4版本。 例子 您可以在以下位置观看现场演示: : 哲学 在我看来,创建antd-form-builder的关键原则是它应...
Building forms easily with React and Ant.Design. Contribute to ado5/antd-form-builder development by creating an account on GitHub.
Building forms easily with React and Ant.Design. Contribute to ado5/antd-form-builder development by creating an account on GitHub.
ado5 / antd-form-builder forked from rekit/antd-form-builder Watch 0 Star 0 Fork 34 Code Pull requests Actions Projects Security Insights Watchers No one’s watching this repository yet. You could be the first. Learn more about how watching works on GitHub. ...