Module: @react-form-builder/viewer-bundle
Namespaces
Functions
renderFormViewer
▸ renderFormViewer(elementId
, props
): Root
Displays the FormViewer component on the specified HTML element.
Parameters
Name | Type | Description |
---|---|---|
elementId | string | the HTML element identifier. |
props | Partial <FormViewerProps > | the component properties. |
Returns
Root
React Root.
renderFormViewerTo
▸ renderFormViewerTo(container
, props
): Root
Displays the FormViewer component on the specified HTML element.
Parameters
Name | Type | Description |
---|---|---|
container | HTMLElement | the HTML element. |
props | Partial <FormViewerProps > | the component properties. |
Returns
Root
React Root.