Interface: ThemedProgressProperties
Defined in: src/theme/components/ThemedProgress.tsx:22
Props for the ThemedProgress 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
label?โ
readonly optional label?: string;
Defined in: src/theme/components/ThemedProgress.tsx:24
Optional label text to display with progress
max?โ
readonly optional max?: number;
Defined in: src/theme/components/ThemedProgress.tsx:26
Maximum value for progress calculation
showLabel?โ
readonly optional showLabel?: boolean;
Defined in: src/theme/components/ThemedProgress.tsx:28
Whether to display the label text
size?โ
readonly optional size?: ProgressSize;
Defined in: src/theme/components/ThemedProgress.tsx:30
Size variant for the progress bar
valueโ
readonly value: number;
Defined in: src/theme/components/ThemedProgress.tsx:32
Current progress value
variant?โ
readonly optional variant?: ProgressVariant;
Defined in: src/theme/components/ThemedProgress.tsx:34
Color variant for the progress bar