Interface: StatusIndicatorProperties
Defined in: src/theme/components/StatusIndicator.tsx:30
Props for the StatusIndicator 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
showText?โ
readonlyoptionalshowText:boolean
Defined in: src/theme/components/StatusIndicator.tsx:32
Whether to display status text alongside the indicator
size?โ
readonlyoptionalsize:"lg"|"md"|"sm"
Defined in: src/theme/components/StatusIndicator.tsx:34
Size variant for the status indicator
statusโ
readonlystatus:"degraded"|"down"|"mixed"|"paused"|"pending"|"unknown"|"up"
Defined in: src/theme/components/StatusIndicator.tsx:36
Current status to display