Package-level declarations
Types
Link copied to clipboard
interface GoogleButtonMode
Google Sign-In Button mode
Functions
Link copied to clipboard
fun GoogleSignInButton(modifier: Modifier = Modifier.height(44.dp), mode: GoogleButtonMode = GoogleButtonMode.Light, text: String = "Sign in with Google", shape: Shape = ButtonDefaults.shape, fontSize: TextUnit = 14.sp, onClick: () -> Unit)
GoogleSignInButton Composable with text that you can use in your #KMP project. This follows Google's design guidelines and can be easily customized to fit into your project.
Link copied to clipboard
fun GoogleSignInButtonIconOnly(modifier: Modifier = Modifier.size(44.dp), mode: GoogleButtonMode = GoogleButtonMode.Light, shape: Shape = ButtonDefaults.shape, onClick: () -> Unit)
GoogleSignInButton Composable icon only. This follows Google's design guidelines and can be easily customized to fit into your project.