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

Chip

Kotlin
@OptIn(ExperimentalMaterialApi::class)

@Composable
fun ChipSample() {
    Chip(onClick = { /* Do something! */ }) { Text("Action Chip") }
}