Components
Badge
Compact status label with five semantic variants for status display.
A compact status badge with semantic color variants. Uses inverse terminal colors for a filled-pill look that stands out in any output.
Installation
Usage
Examples
All variants
In context
Props
| Prop | Type | Default | Description |
|---|---|---|---|
children | string | — | Badge label text (required) |
variant | 'default' | 'success' | 'warning' | 'error' | 'info' | 'default' | Color variant |
theme | InkUITheme | darkTheme | Color theme |