Interface: ThemedIconButtonProperties
Defined in: src/theme/components/ThemedIconButton.tsx:23
Props for the ThemedIconButton 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
iconโ
readonlyicon:ReactNode
Defined in: src/theme/components/ThemedIconButton.tsx:25
Icon element to display in the button
iconColor?โ
readonlyoptionaliconColor:string
Defined in: src/theme/components/ThemedIconButton.tsx:27
Custom color for the icon
loading?โ
readonlyoptionalloading:boolean
Defined in: src/theme/components/ThemedIconButton.tsx:29
Whether the button is in a loading state
onClick?โ
readonlyoptionalonClick:ClickHandler
Defined in: src/theme/components/ThemedIconButton.tsx:31
Callback fired when button is clicked
size?โ
readonlyoptionalsize:ButtonSize
Defined in: src/theme/components/ThemedIconButton.tsx:33
Size variant for the button
tooltip?โ
readonlyoptionaltooltip:string
Defined in: src/theme/components/ThemedIconButton.tsx:35
Tooltip text to display on hover
variant?โ
readonlyoptionalvariant:ButtonVariant
Defined in: src/theme/components/ThemedIconButton.tsx:37
Visual variant for the button