SignUpFormCredential

@Composable
fun SignUpFormCredential(state: PagerState = rememberPagerState(pageCount = 0), loading: Boolean = false, commonError: String? = null, onActions: (SignUpActions) -> Unit = {}, savedData: (email: String, pass: String) -> Unit = { _, _ -> })

Form page SignUpBody

Author

Vitaliy Zarubin

Parameters

state

page view state

loading

state call query to api

commonError

state error response

onActions

actions page

savedData

callback success result