FormError

@Composable
fun FormError(modifier: Modifier = Modifier, text: String = "Box Text Field Error Preview", content: @Composable () -> Unit? = null)

Box with error for forms

Parameters

modifier

Modifier to be applied to the layout

text

text show in error block