<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
| Parameter | Type | Description |
|---|---|---|
props | { children?: ReactNode; } & Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> | The properties for the DefaultCard component. |
Returns
Element