Card
Components
Card()
Card(
props
,context
?):ReactNode
A Card component contains content and actions pertaining to a single subject. There are two types of cards: regular and plain. A regular card looks like a normal card with customizable border and elevation. A plain card doesn't look like a card and can act as an invisible wrapper around other components.
Parameters
Parameter | Type |
---|---|
props | TCardProps |
context ? | any |