Interface: ThemedIconButtonProperties
Defined in: src/theme/components/ThemedIconButton.tsx:23
Props for the ThemedIconButton component
Hierarchyโ
Extendsโ
Propertiesโ
children?โ
readonly optional children?: ReactNode;
Defined in: shared/types/componentProps.ts:36
Component content (text, elements, or other components)
Inherited fromโ
CoreComponentProperties.children
className?โ
readonly optional className?: string;
Defined in: shared/types/componentProps.ts:38
Additional CSS classes for styling customization
Inherited fromโ
CoreComponentProperties.className
disabled?โ
readonly optional disabled?: boolean;
Defined in: shared/types/componentProps.ts:40
Whether the component is disabled and non-interactive
Inherited fromโ
CoreComponentProperties.disabled
iconโ
readonly icon: ReactNode;
Defined in: src/theme/components/ThemedIconButton.tsx:25
Icon element to display in the button
iconColor?โ
readonly optional iconColor?: string;
Defined in: src/theme/components/ThemedIconButton.tsx:27
Custom color for the icon
loading?โ
readonly optional loading?: boolean;
Defined in: src/theme/components/ThemedIconButton.tsx:29
Whether the button is in a loading state
onClick?โ
readonly optional onClick?: ClickHandler;
Defined in: src/theme/components/ThemedIconButton.tsx:31
Callback fired when button is clicked
size?โ
readonly optional size?: ButtonSize;
Defined in: src/theme/components/ThemedIconButton.tsx:33
Size variant for the button
tooltip?โ
readonly optional tooltip?: string;
Defined in: src/theme/components/ThemedIconButton.tsx:35
Tooltip text to display on hover
variant?โ
readonly optional variant?: ButtonVariant;
Defined in: src/theme/components/ThemedIconButton.tsx:37
Visual variant for the button