When to use it
Use to frame meaningful application artwork with a restrained token-aware preset. Leave the label absent when the surrounding content already communicates the same meaning.
Frame application-provided artwork with token-aware glow, grid, or orbit decoration.
Native example
Use to frame meaningful application artwork with a restrained token-aware preset. Leave the label absent when the surrounding content already communicates the same meaning.
LumenGraphic(
variant = LumenGraphicVariant.Orbit,
label = "Project overview"
) {
ProjectArtwork()
}Reference
The primary shared and platform-specific options exposed by LumenGraphic.
| API | Values or type | Default | Description |
|---|---|---|---|
| variant | glow · grid · orbit | orbit | Selects the decorative composition. |
| size | sm · md · lg | md | Selects a shared native dimension. |
| tone | brand · accent · neutral | brand | Selects the semantic decoration color. |
| label | String? | null | Optionally exposes the composition as one labeled image. |
Native behavior
Use to frame meaningful application artwork with a restrained token-aware preset. Leave the label absent when the surrounding content already communicates the same meaning.
Decorative graphics stay hidden from assistive technology; an optional label exposes the complete composition as one image.
Shared component