Interface: ThemedCardProperties
Defined in: src/theme/components/ThemedCard.tsx:87
Properties for the ThemedCard component.
Extendsโ
Propertiesโ
children?โ
readonlyoptionalchildren:ReactNode
Defined in: shared/types/componentProps.ts:35
Component content (text, elements, or other components)
Inherited fromโ
CoreComponentProperties.children
className?โ
readonlyoptionalclassName:string
Defined in: shared/types/componentProps.ts:37
Additional CSS classes for styling customization
Inherited fromโ
CoreComponentProperties.className
disabled?โ
readonlyoptionaldisabled:boolean
Defined in: shared/types/componentProps.ts:39
Whether the component is disabled and non-interactive
Inherited fromโ
CoreComponentProperties.disabled
clickable?โ
readonlyoptionalclickable:boolean
Defined in: src/theme/components/ThemedCard.tsx:89
Whether the card should have clickable styling and cursor pointer
hoverable?โ
readonlyoptionalhoverable:boolean
Defined in: src/theme/components/ThemedCard.tsx:91
Whether the card should have hover effects
icon?โ
readonlyoptionalicon:ReactNode
Defined in: src/theme/components/ThemedCard.tsx:93
Icon element to display in the card header
iconColor?โ
readonlyoptionaliconColor:string
Defined in: src/theme/components/ThemedCard.tsx:95
Color theme for the icon (uses theme color names)
onClick?โ
readonlyoptionalonClick:ClickHandler
Defined in: src/theme/components/ThemedCard.tsx:97
Click handler for the card
onMouseEnter()?โ
readonlyoptionalonMouseEnter: () =>void
Defined in: src/theme/components/ThemedCard.tsx:99
Mouse enter handler for hover effects
Returnsโ
void
onMouseLeave()?โ
readonlyoptionalonMouseLeave: () =>void
Defined in: src/theme/components/ThemedCard.tsx:101
Mouse leave handler for hover effects
Returnsโ
void
padding?โ
readonlyoptionalpadding:BoxPadding
Defined in: src/theme/components/ThemedCard.tsx:103
Padding size for the card content
rounded?โ
readonlyoptionalrounded:BoxRounded
Defined in: src/theme/components/ThemedCard.tsx:105
Border radius size for the card
shadow?โ
readonlyoptionalshadow:BoxShadow
Defined in: src/theme/components/ThemedCard.tsx:107
Shadow size for the card
subtitle?โ
readonlyoptionalsubtitle:string
Defined in: src/theme/components/ThemedCard.tsx:109
Subtitle text displayed in the card header
title?โ
readonlyoptionaltitle:string
Defined in: src/theme/components/ThemedCard.tsx:111
Title text displayed in the card header
variant?โ
readonlyoptionalvariant:BoxVariant
Defined in: src/theme/components/ThemedCard.tsx:113
Visual variant for the card styling