Package-level declarations

Types

Link copied to clipboard

Utility object providing email format suggestions based on input text.

Functions

Link copied to clipboard
fun KPInputEmailField(email: String, onValueChange: (String) -> Unit?, modifier: Modifier = Modifier, enabled: Boolean = true, readOnly: Boolean = false, label: @Composable () -> Unit? = null, placeholder: @Composable () -> Unit? = null, error: String? = null, keyboardOptions: KeyboardOptions = KeyboardOptions.Default.copy(keyboardType = KeyboardType.Email), keyboardActions: KeyboardActions = KeyboardActions.Default, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, shape: Shape = MaterialTheme.shapes.small)

Composable function representing an email input field with customizable appearance and behavior tailored for the Komposto theme.