Ask AI is now on the home page — ask a question and get a sourced answer from the Ory docs. You'll also find it in the bottom-right corner of any page.

Skip to main content

<DefaultMessageContainer />

function DefaultMessageContainer(props: { children?: ReactNode }): null | Element

The default message container for Ory Elements.

Parameters

ParameterTypeDescription
props{ children?: ReactNode; }The properties for the DefaultMessageContainer component.
props.children?ReactNode-

Returns

null | Element