type alias BadgeVariant

Badge variants map to semantic meaning, not colors. This allows the color palette to evolve independently.

Definition

"default"
| "success"
| "warning"
| "error"
| "info"
| "draft"

Usage

import { type BadgeVariant } from ".";