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

<DefaultCard />

function DefaultCard(
props: {
children?: ReactNode
} & Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">,
): Element

The DefaultCard component is a styled container that serves as the main card layout for Ory Elements.

Parameters

ParameterTypeDescription
props{ children?: ReactNode; } & Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">The properties for the DefaultCard component.

Returns

Element