CardPropsinterface
{
as?: BlockElement | undefined;
}| Property | Type | |
|---|---|---|
.as | BlockElement | Element this <Card> renders as, e.g. "header" to output a "<header>" Defaults to "article" |
Props for Card — combines ClickableProps (for navigable cards) with colour, status, padding, space, typography, and width variants.