Interface: ThemedCardProperties
Defined in: src/theme/components/ThemedCard.tsx:131
Properties for the ThemedCard component.
Extendsโ
Propertiesโ
children?โ
readonlyoptionalchildren:ReactNode
Defined in: shared/types/componentProps.ts:36
Component content (text, elements, or other components)
Inherited fromโ
CoreComponentProperties.children
className?โ
readonlyoptionalclassName:string
Defined in: shared/types/componentProps.ts:38
Additional CSS classes for styling customization
Inherited fromโ
CoreComponentProperties.className
disabled?โ
readonlyoptionaldisabled:boolean
Defined in: shared/types/componentProps.ts:40
Whether the component is disabled and non-interactive
Inherited fromโ
CoreComponentProperties.disabled
clickable?โ
readonlyoptionalclickable:boolean
Defined in: src/theme/components/ThemedCard.tsx:133
Whether the card should have clickable styling and cursor pointer
hoverable?โ
readonlyoptionalhoverable:boolean
Defined in: src/theme/components/ThemedCard.tsx:135
Whether the card should have hover effects
icon?โ
readonlyoptionalicon:ReactNode
Defined in: src/theme/components/ThemedCard.tsx:137
Icon element to display in the card header
iconColor?โ
readonlyoptionaliconColor:string
Defined in: src/theme/components/ThemedCard.tsx:139
Color theme for the icon (uses theme color names)
onClick?โ
readonlyoptionalonClick:ClickHandler
Defined in: src/theme/components/ThemedCard.tsx:141
Click handler for the card
onMouseEnter()?โ
readonlyoptionalonMouseEnter: () =>void
Defined in: src/theme/components/ThemedCard.tsx:143
Mouse enter handler for hover effects
Returnsโ
void
onMouseLeave()?โ
readonlyoptionalonMouseLeave: () =>void
Defined in: src/theme/components/ThemedCard.tsx:145
Mouse leave handler for hover effects
Returnsโ
void
padding?โ
readonlyoptionalpadding:BoxPadding
Defined in: src/theme/components/ThemedCard.tsx:147
Padding size for the card content
rounded?โ
readonlyoptionalrounded:BoxRounded
Defined in: src/theme/components/ThemedCard.tsx:149
Border radius size for the card
shadow?โ
readonlyoptionalshadow:BoxShadow
Defined in: src/theme/components/ThemedCard.tsx:151
Shadow size for the card
subtitle?โ
readonlyoptionalsubtitle:string
Defined in: src/theme/components/ThemedCard.tsx:153
Subtitle text displayed in the card header
title?โ
readonlyoptionaltitle:string
Defined in: src/theme/components/ThemedCard.tsx:155
Title text displayed in the card header
variant?โ
readonlyoptionalvariant:BoxVariant
Defined in: src/theme/components/ThemedCard.tsx:157
Visual variant for the card styling