NameDescriptionDefaultControl
disabled
Indicates if the card and all its actions can be interacted with
boolean
--
href
Link to redirect to on card click. If provided, the Card inner content will be rendered inside a
string
--
onClick
On click handler for the Card
((e: MouseEvent<HTMLElement, MouseEvent>) => void)
--
heading
ReactNode
Deprecated: Use `Card.Heading` instead
--
description
string
Deprecated: Use `Card.Description` instead
--
isSelected
Makes the card selectable, set to "true" to apply selected styles
boolean
--
isCompact
If true, the padding of the Card will be smaller
boolean
--
className
Custom container styles
string
--