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