<DefaultFormContainer />
function DefaultFormContainer(props: PropsWithChildren<OryFormRootProps>): Element;
The default form container for Ory Elements.
Parameters
Parameter | Type | Description |
---|---|---|
props | PropsWithChildren <OryFormRootProps > | The properties for the DefaultFormContainer component. |
Returns
Element