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