Skip to main content

IBadgeColor

@spartanfx/react v1.2.2


@spartanfx/react / index / IBadgeColor

Interface: IBadgeColor

Represents the foreground (text) and background color of a status badge.

Properties

Required

PropertyTypeDescription
bgcolorstringThe background color of the badge (e.g., #ffcc80).

Appearance & theming

PropertyTypeDescription
color?stringOptional text color of the badge (e.g., #000000).