Module: components/formio/DynamicForm
Functions
default
▸ default(root0): Element
This component is used to dynamically load the Formio Form component. Use this for all forms, because the "@formio/react" library does not support server-side rendering.
Prefer using the DynamicFormWithAuth component to take care of the authentication (required to load the form).
Parameters
| Name | Type | Description |
|---|---|---|
root0 | { language?: string ; loading?: Element } & FormProps | Props. |
Returns
Element