InputText

open fun InputText(modifier: Modifier, value: String, onValueChange: (String) -> Unit, label: @Composable () -> Unit, placeholder: String)