Skip to main content
161

Search Lumen

Find components, APIs, guides, and recipes.

GitHub
React Native docs
Data displayReact Native

Graphic

Frame application-provided artwork with token-aware glow, grid, or orbit decoration.

Public APILumenGraphicReact Native

Native example

Use Graphic

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.

View verified React Native runtime capture
Graphic rendered in the Expo web renderer Lumen playground
Verified runtime captureExpo web renderer
tsx
<LumenGraphic variant="orbit" label="Project overview">
  <ProjectArtwork />
</LumenGraphic>

Reference

Public API

The primary shared and platform-specific options exposed by LumenGraphic.

APIValues or typeDefaultDescription
variantglow · grid · orbitorbitSelects the decorative composition.
sizesm · md · lgmdSelects a shared native dimension.
tonebrand · accent · neutralbrandSelects the semantic decoration color.
labelstringundefinedOptionally exposes the composition as one labeled image.

Native behavior

Design and accessibility

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.

Accessibility

Decorative graphics stay hidden from assistive technology; an optional label exposes the complete composition as one image.

Shared component

Available on other platforms

Apple / SwiftUIAndroid / Compose
React Native docsNative primitives