<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
Parameter | Type | Description |
---|---|---|
props | { children? : ReactNode ; } | The properties for the DefaultCard component. |
props.children? | ReactNode | - |
Returns
Element