Function: renderFormBuilderTo()
renderFormBuilderTo(
container
,props
):Root
Displays the FormBuilder component on the specified HTML element.
Parameters
container
HTMLElement
the HTML element.
props
Partial
<FormBuilderProps
>
the component properties.
Returns
Root
React Root.