When to use it
Use for one high-priority value with a short label. Avoid dashboard grids that overload small round screens.
Present one at-a-glance wearable label, value, and optional detail.
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 one high-priority value with a short label. Avoid dashboard grids that overload small round screens.
LumenWatchMetric("Duration", value: elapsed, tone: .brand)Reference
The primary shared and platform-specific options exposed by LumenWatchMetric.
| API | Values or type | Default | Description |
|---|---|---|---|
| label | Native localized text | Required | Names the metric. |
| value | String | Required | Provides the formatted value. |
| detail | Optional native localized text | nil | Adds brief supporting context. |
| tone | brand · accent · success · warning · danger · neutral | neutral | Applies semantic value color. |
Native behavior
Use for one high-priority value with a short label. Avoid dashboard grids that overload small round screens.
Combines label, value, and optional detail into one concise readable metric.
Shared component