First
  fun FirstNameInput(modifier: Modifier = Modifier, firstNameState: MutableState<String>, labelId: String = "First Name", enabled: Boolean = true, imeAction: ImeAction = ImeAction.Next, onAction: KeyboardActions = KeyboardActions.Default)
This composable is the FirstName Input Field. It displays an input field for the user to enter their first name.
Parameters
modifier
the modifier for the input field
first
the state of the email
label
the label for the input field
enabled
whether the input field is enabled
ime
the IME action for the input field
on
the keyboard actions for the input field