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