Skip to main content
Version: 1.0.5

IBadgeColor

@spartanfx/react v1.0.5


@spartanfx/react / IBadgeColor

Interface: IBadgeColor

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

Properties

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