🌈 Create new beautiful Compose Gradients with our new wesite ->
Composable Function

RemoteOutlinedCard

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

RemoteOutlinedCardSample

@Sampled
@Composable
@WearPreviewDevices
@PreviewWrapper(RemoteComponentPreviewWrapper::class)
fun RemoteOutlinedCardSample() {
    RemoteOutlinedCard(onClick = Action.Empty, modifier = RemoteModifier.padding(16.rdp)) {
        RemoteText("This is an outlined card".rs)
    }
}

Content updated: