Reactive Form Builder
Get started!ExamplesMoreby @ferdotnet

Installation

To begin, we have to have these libraries installed before:

  • react
  • joi
  • classnames

Dependencies:

npm
npm i react classnames joi
yarn
yarn add react classnames joi

Reactive Form Builder:

Then, we have to install our library:

npm
npm i @ferdotnet/reactive-form-builder
yarn
yarn add @ferdotnet/reactive-form-builder