Skip to main content

<DefaultFormContainer />

function DefaultFormContainer(props: PropsWithChildren<OryFormRootProps>): Element;

The default form container for Ory Elements.

Parameters

ParameterTypeDescription
propsPropsWithChildren<OryFormRootProps>The properties for the DefaultFormContainer component.

Returns

Element