RemoteCardSample
@Composable
fun RemoteCardSample() {
RemoteCard(onClick = Action.Empty) { RemoteText("This is a basic card".rs) }
}Base level Wear Material 3 RemoteCard that offers a single slot to take any content.
RevenueCat
Add subscriptions to your apps in minutes
@Composable
fun RemoteCardSample() {
RemoteCard(onClick = Action.Empty) { RemoteText("This is a basic card".rs) }
}