SubmitButton

fun SubmitButton(textId: String, loading: Boolean, validInputs: Boolean, onClick: () -> Unit)

This composable is the Submit Button. It displays a button for the user to submit their email and password.

Parameters

textId

the text for the button

loading

whether the button is loading

validInputs

whether the inputs are valid

onClick

the function to call when the button is clicked