📄️ Getting Started
Welcome to the Kampmann CalcGateway Frontend documentation. This package provides a specialized React component designed to render input forms based on ProductIds, ProductGroupIds, and ProductFamilyIds. The component is designed to simplify the interaction with the Kampmann Calculation Gateway API.
📄️ Quick Start
This section will guide you through the process of installing and using the kampmann-calcgateway-frontend package in the most basic form.
📄️ Concept
The CalcGatewayForm is the central component of the library, handling the user interface for the Kampmann Calculation Gateway. It provides a form with input fields and sliders that allow users to configure their calculation requests. This form is dynamically generated based on UIControls, which have to be fetched from Kampmanns backend.
📄️ Installation
To install the kampmann-calcgateway-frontend package, you need to have Node.js and npm (or yarn) installed on your machine. Run the following command to install the package:
📄️ Why does this library exist?
The kampmann-calcgateway-frontend library is a frontend library that provides a set of components and hooks to interact with the Kampmann Calculation Gateway API. The library is designed to simplify the process of building frontend applications that interact with the Calculation Gateway API.