3p-core v2.1.4
3p-core / IStatusBadgeProps
Interface: IStatusBadgeProps
Props for the StatusBadge component.
Properties
Property | Type | Description |
---|
bordered? | boolean | Whether to render the badge with a border. |
className? | string | Optional CSS class to apply to the outer badge container. |
colors? | object | Optional color overrides for specific statuses. Keys should match possible status values. |
status | string | The status text to display inside the badge. This also determines the color when no custom color is provided. |