### RemoteCardSample
```kotlin
@Composable
fun RemoteCardSample() {
    RemoteCard(onClick = Action.Empty) { RemoteText("This is a basic card".rs) }
}
```