### RemoteOutlinedCardSample
```kotlin
@Composable
fun RemoteOutlinedCardSample() {
    RemoteOutlinedCard(onClick = Action.Empty) { RemoteText("This is an outlined card".rs) }
}
```