Skip to main content

<DefaultCardContent />

function DefaultCardContent(props: {
children?: ReactNode;
}): ReactNode;

Simply renders the children passed to it.

Parameters

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

Returns

ReactNode