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