Skip to main content
161

Search Lumen

Find components, APIs, guides, and recipes.

GitHub
React Native docs
Data displayReact Native

Backdrop

Place a token-aware ambient pattern behind native application content.

Public APILumenBackdropReact Native

Native example

Use Backdrop

Use behind meaningful hero, empty-state, or highlighted content. Keep child surfaces and text on semantic tokens so contrast does not depend on the decoration.

View verified React Native runtime capture
Backdrop rendered in the Expo web renderer Lumen playground
Verified runtime captureExpo web renderer
tsx
<LumenBackdrop intensity="medium" variant="aurora">
  <ProjectOverview />
</LumenBackdrop>

Reference

Public API

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

APIValues or typeDefaultDescription
variantaurora · dots · grid · raysauroraSelects the ambient pattern.
tonebrand · accent · neutralbrandSelects the semantic decoration color.
intensitysubtle · medium · strongmediumControls only the decoration opacity.
contentNative view contentRequiredRenders meaningful content above the decorative layer.

Native behavior

Design and accessibility

When to use it

Use behind meaningful hero, empty-state, or highlighted content. Keep child surfaces and text on semantic tokens so contrast does not depend on the decoration.

Accessibility

The ambient layer has no accessibility semantics; child content keeps its native reading order, names, and controls.

Shared component

Available on other platforms

Apple / SwiftUIAndroid / Compose
React Native docsNative primitives