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

<DefaultCardContent />

function DefaultCardContent(props: { children?: ReactNode }): ReactNode

Simply renders the children passed to it.

Parameters

ParameterTypeDescription
props{ children?: ReactNode; }pass children to render instead of the default Ory Card components
props.children?ReactNode-

Returns

ReactNode