Card
Properties
- footer
(any)
:
The footer content displayed at the bottom of the card. It can be any JSX element or a set of elements. If not specified, the footer will not be displayed.
- tag
(string)
:
A tag that can be used for labeling or additional information about the card. This property is not used in rendering directly but can be useful for custom logic.
- contentStyle
(any)
:
Inline styles applied to the main content block of the card.
- class
(string)
:
Additional CSS classes for customizing the appearance of the card.
Events
- clickHandler:
A click handler that prevents the click event from bubbling up to parent elements. This is useful for preventing unwanted actions when interacting with the card.