Package-level declarations
Types
Link copied to clipboard
FormValidator interface used to validate text fields.
Link copied to clipboard
object ProviderIcons
Functions
Link copied to clipboard
fun AuthForm(state: AuthState = rememberSaveable(saver = AuthState.SAVER) { AuthState() }, content: @Composable () -> Unit)
Provides the AuthState to the content.
Link copied to clipboard
fun FormComponent(key: String, mandatory: Boolean = true, content: @Composable (valid: MutableState<Boolean>) -> Unit)
A component that represents a form field.
Link copied to clipboard
Renders the content for a button that represents an OAuth provider login option.
Link copied to clipboard
fun ProviderIcon(provider: OAuthProvider, contentDescription: String?, modifier: Modifier = Modifier)
Displays an icon representing the specified OAuth provider.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard