Card

Component.kt
@Composable
fun CardSample() {
    Card { Text("Card Content") }
}