When to use it
Use short status or classification labels. Prefer normal text for sentences, instructions, and frequently changing numeric values.
Display compact native status and classification labels using semantic tones.
Native example
Use short status or classification labels. Prefer normal text for sentences, instructions, and frequently changing numeric values.
<LumenBadge tone="success">Active</LumenBadge>Reference
The primary shared and platform-specific options exposed by LumenBadge.
| API | Values or type | Default | Description |
|---|---|---|---|
| children | String / native text | Required | Provides the visible badge label. |
| tone | neutral · accent · success · warning · danger | neutral | Selects the semantic status treatment. |
| style | Native layout API | — | Adds platform-native layout adjustments. |
Native behavior
Use short status or classification labels. Prefer normal text for sentences, instructions, and frequently changing numeric values.
Badge text remains available to assistive technology. Do not encode status only through tone.
Shared component