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

<OryCardContent />

function OryCardContent(props: { children?: ReactNode }): Element

A component that renders the content of the Ory Card. This is the main content of the card, such as the flow's form, with it's input fields and messages.

You can use this component to build fully custom implementations of the Ory Flows.

However, you most likely want to override the individual components instead.

Parameters

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

Returns

Element