CardHeader
This component is not exposed as
mml
string, it is used internally in other mml components and it can be imported to create your custom ones.
Helps display content in a card. Typically used with Card
and CardBody
.
Properties
text
string
required
icon
string | undefined
className
string | undefined
Basic usage
Refer to the Card
docs.