🌈 Create new beautiful Compose Gradients with our new wesite ->

Button

Kotlin
@Composable
fun ButtonSample() {
    Button(onClick = {}) { Text("Button") }
}