Composables
Unstyled Components Icons API
Join Radar
Join Radar Unstyled Components Icons API UI Kit UI Blocks SVG to Compose Android Distribution Community Docs Blog Colors
Composable Functions
  • RemoteAppCard
  • RemoteAvatarImage
  • RemoteBackgroundImage
  • RemoteButton
  • RemoteButtonGroup
  • RemoteCard
  • RemoteCircularProgressIndicator
  • RemoteCompactButton
  • RemoteIcon
  • RemoteIconButton
  • RemoteMaterialTheme
  • RemoteOutlinedCard
  • RemoteText
  • RemoteTextButton
  • RemoteTimeText
  • RemoteTitleCard
Classes
  • RemoteButtonColors
  • RemoteCardColors
  • RemoteColorScheme
  • RemoteIconButtonColors
  • RemoteProgressIndicatorColors
  • RemoteShapes
  • RemoteTextButtonColors
  • RemoteTypography
Objects
  • RemoteButtonDefaults
  • RemoteButtonGroupDefaults
  • RemoteCardDefaults
  • RemoteIconButtonDefaults
  • RemoteMaterialTheme
  • RemoteProgressIndicatorDefaults
  • RemoteShapeDefaults
  • RemoteTextButtonDefaults
Properties
  • LocalRemoteContentColor
  • LocalRemoteTextStyle
Functions
  • buttonSizeModifier
Jetpack Compose / Wear Remote Compose / Wear Remote Material 3 / Composable Functions / RemoteCard
Composable Function

RemoteCard

View Markdown Open in ChatGPT Open in Claude

Base level Wear Material 3 RemoteCard that offers a single slot to take any content.

Compose Multiplatform

Compose Multiplatform

Ship iOS, desktop, and web apps with Compose

Ad Go Multiplatform
RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
API

Examples

RemoteCardSample

@Composable
fun RemoteCardSample() {
    RemoteCard(onClick = Action.Empty) { RemoteText("This is a basic card".rs) }
}
RemoteButtonGroup ← Previous RemoteCircularProgressIndicator Next →

Last updated: 2026-04-23

On this page

  • RemoteCardSample

Never miss a Jetpack Compose release

Get an alert the moment a new Jetpack Compose release is out: new APIs, new components, new things to experiment with. Straight from Google's servers.

Join 3,000+ Jetpack Compose developers. No spam, ever.