Module: @react-form-builder/designer-bundle
Functions
renderFormBuilder
▸ renderFormBuilder(elementId
, props
): Root
Displays the FormBuilder component on the specified HTML element.
Parameters
Name | Type | Description |
---|---|---|
elementId | string | the HTML element identifier. |
props | Partial <FormBuilderProps > | the component properties. |
Returns
Root
React Root.
renderFormBuilderTo
▸ renderFormBuilderTo(container
, props
): Root
Displays the FormBuilder component on the specified HTML element.
Parameters
Name | Type | Description |
---|---|---|
container | HTMLElement | the HTML element. |
props | Partial <FormBuilderProps > | the component properties. |
Returns
Root
React Root.