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