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

<OryCard />

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

The root component of the Ory Card.

This can be used 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