Skip to main content

Interface: ThemedBadgeProperties

Defined in: src/theme/components/ThemedBadge.tsx:60

Properties for the ThemedBadge component.

Hierarchyโ€‹

View Summary

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 optional icon?: ReactNode

Defined in: src/theme/components/ThemedBadge.tsx:62

Icon element to display alongside the badge content


iconColor?โ€‹

readonly optional iconColor?: string

Defined in: src/theme/components/ThemedBadge.tsx:64

Color theme for the icon (uses theme color names)


size?โ€‹

readonly optional size?: BadgeSize

Defined in: src/theme/components/ThemedBadge.tsx:66

Size variant for the badge


variant?โ€‹

readonly optional variant?: BadgeVariant

Defined in: src/theme/components/ThemedBadge.tsx:71

Visual variant for the badge styling (primary, success, warning, error, etc.)