Type Alias: BadgeColor

BadgeColor = "default" | "success" | "warning" | "neutral"

Visual color schemes supported by the badge component.

Example

const color: BadgeColor = 'warning';