Package-level declarations

Functions

Link copied to clipboard
fun KwikCounter(modifier: Modifier = Modifier, label: String? = null, initialValue: Int = 0, minValue: Int = 0, maxValue: Int = 99, disabled: Boolean = false, borderColor: Color = Color.Gray, borderStroke: Int = 0, onValueChange: (Int) -> Unit)

A counter component that allows the user to increment or decrement a value.