Skip to main content
Version: 2.1.4

IStatusBadgeProps

3p-core v2.1.4


3p-core / IStatusBadgeProps

Interface: IStatusBadgeProps

Props for the StatusBadge component.

Properties

PropertyTypeDescription
bordered?booleanWhether to render the badge with a border.
className?stringOptional CSS class to apply to the outer badge container.
colors?objectOptional color overrides for specific statuses. Keys should match possible status values.
statusstringThe status text to display inside the badge. This also determines the color when no custom color is provided.