CardPropsinterface

{
	as?: BlockElement | undefined;
}
PropertyType
.asBlockElement
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.