Genform is a JavaScript library for creating web forms from JSON or JS. It’s designed to be simple and flexible. You can create forms with just a few lines of code. It’s also possible to create complex forms with lots of customization.
Package installation
To integrate GenForm into your project, you can use the package corresponding to the framework you’re using. GenForm offers specific packages for Vue, React, Vanilla and Complete.
Vue:
npm install @genform/vue
React:
npm install @genform/react
Vanilla:
npm install @genform/vanilla
Complete:
npm install @genform/complete
If you’re not using a particular framework, the Core package is your fundamental choice. It contains the essential core of the library, comprising the library’s main functions.
If you need additional functionality, you can consult Genform’s other packages for your specific needs.
Core:
npm install @genform/core
Contributions
Contributions to the GenForm package are welcome. Feel free to create a pull request to propose modifications.
GenForm
Presentation of the solution
Genform is a JavaScript library for creating web forms from JSON or JS. It’s designed to be simple and flexible. You can create forms with just a few lines of code. It’s also possible to create complex forms with lots of customization.
Package installation
To integrate GenForm into your project, you can use the package corresponding to the framework you’re using. GenForm offers specific packages for Vue, React, Vanilla and Complete.
If you’re not using a particular framework, the Core package is your fundamental choice. It contains the essential core of the library, comprising the library’s main functions. If you need additional functionality, you can consult Genform’s other packages for your specific needs.
Contributions
Contributions to the GenForm package are welcome. Feel free to create a pull request to propose modifications.