FacebookSignInButton

fun FacebookSignInButton(modifier: Modifier = Modifier.height(44.dp), mode: FacebookButtonMode = FacebookButtonMode.Blue, text: String = "Sign in with Facebook", fontFamily: FontFamily = Fonts.robotoFontFamily, shape: Shape = ButtonDefaults.shape, fontSize: TextUnit = 14.sp, onClick: () -> Unit)

FacebookSignInButton Composable with text that you can use in your #KMP project. This follows Facebook's design guidelines and can be easily customized to fit into your project.

Parameters

text

Button's text. As per guideline this text should be "Sign in with Facebook", "Sign up with Facebook", or "Continue with Facebook".