Skip to main content

<DefaultCard />

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

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

Parameters

ParameterTypeDescription
props{ children?: ReactNode; }The properties for the DefaultCard component.
props.children?ReactNode-

Returns

Element