Skip to main content

Interface: StatusIndicatorProperties

Defined in: src/theme/components/StatusIndicator.tsx:20

Props for the StatusIndicator component

Extendsโ€‹

Propertiesโ€‹

children?โ€‹

readonly optional children: ReactNode

Defined in: shared/types/componentProps.ts:33

Component content (text, elements, or other components)

Inherited fromโ€‹

CoreComponentProperties.children


className?โ€‹

readonly optional className: string

Defined in: shared/types/componentProps.ts:35

Additional CSS classes for styling customization

Inherited fromโ€‹

CoreComponentProperties.className


disabled?โ€‹

readonly optional disabled: boolean

Defined in: shared/types/componentProps.ts:37

Whether the component is disabled and non-interactive

Inherited fromโ€‹

CoreComponentProperties.disabled


showText?โ€‹

readonly optional showText: boolean

Defined in: src/theme/components/StatusIndicator.tsx:22

Whether to display status text alongside the indicator


size?โ€‹

readonly optional size: "lg" | "md" | "sm"

Defined in: src/theme/components/StatusIndicator.tsx:24

Size variant for the status indicator


statusโ€‹

readonly status: SiteStatus

Defined in: src/theme/components/StatusIndicator.tsx:26

Current status to display