📄️ UIControls
This section will guide you through the process of fetching the UI Controls from the backend and using them in the AccessoryForm component.
📄️ Callback
The Callback prop is a function that is called whenever the user changes any form values in the AccessoryForm component. The Callback function receives an object containing the accessories request data, which can be used to add an accessories array to the calculation request that will be send to the backend.
📄️ Config
The same config parameter as in the CalcGatewayForm component is available in the AccessoryForm too. Information can be found here.