Package-level declarations

Types

Link copied to clipboard
sealed interface FacebookButtonMode

Facebook Sign-In Button mode.

Functions

Link copied to clipboard
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.

Link copied to clipboard
fun FacebookSignInButtonIconOnly(modifier: Modifier = Modifier.size(44.dp), mode: FacebookButtonMode = FacebookButtonMode.Blue, shape: Shape = ButtonDefaults.shape, onClick: () -> Unit)

FacebookSignInButton Composable with icon only. This follows Facebook's design guidelines and can be easily customized to fit into your project.