FormSuccess

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

Box with success for forms

Parameters

modifier

Modifier to be applied to the layout

text

text show in error block