> For the complete documentation index, see [llms.txt](https://docs.rekit.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rekit.org/plugin/form-builder.md).

# Form Builder

## Install

The form builder is published as a separate npm package because it's just a common component for using ant.design form easily.

To install it:

```
npm install antd-form-builder
```
