Compose Unstyled 2.0 is out! Check the official announcement blog ->
Compose Component

OutlinedButton

Material Design outlined button for TV.

OutlinedButtonSample

@Composable
fun OutlinedButtonSample() {
    OutlinedButton(onClick = {}) { Text("Outlined Button") }
}

Last updated: