When to use it
Use for a short, high-value wrist status. Do not use a badge as the only representation of an urgent notification.
Show a compact, text-first semantic status on the wrist.
Apple availability
Import LumenUI in the target that uses this component. iPad support follows the iOS package baseline and uses native iPad layout behavior.
Native example
Use for a short, high-value wrist status. Do not use a badge as the only representation of an urgent notification.
LumenWatchStatus("5-1-1", systemName: "cross.case.fill", tone: .danger)Reference
The primary shared and platform-specific options exposed by LumenWatchStatus.
| API | Values or type | Default | Description |
|---|---|---|---|
| title | Native localized text | Required | Provides concise status meaning. |
| tone | brand · accent · success · warning · danger · neutral | neutral | Applies semantic emphasis. |
| systemName | Optional native visual | nil | Adds a supporting wearable glyph. |
Native behavior
Use for a short, high-value wrist status. Do not use a badge as the only representation of an urgent notification.
Keeps status meaning in concise text instead of relying on semantic color alone.
Shared component