Interface: ThemedBadgeProperties
Defined in: src/theme/components/ThemedBadge.tsx:59
Properties for the ThemedBadge 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
icon?โ
readonly
optional
icon:ReactNode
Defined in: src/theme/components/ThemedBadge.tsx:61
Icon element to display alongside the badge content
iconColor?โ
readonly
optional
iconColor:string
Defined in: src/theme/components/ThemedBadge.tsx:63
Color theme for the icon (uses theme color names)
size?โ
readonly
optional
size:BadgeSize
Defined in: src/theme/components/ThemedBadge.tsx:65
Size variant for the badge
variant?โ
readonly
optional
variant:BadgeVariant
Defined in: src/theme/components/ThemedBadge.tsx:70
Visual variant for the badge styling (primary, success, warning, error, etc.)