AppleSignInButton

fun AppleSignInButton(modifier: Modifier = Modifier.height(44.dp), mode: AppleButtonMode = AppleButtonMode.Black, text: String = "Sign in with Apple", fontFamily: FontFamily = Fonts.robotoFontFamily, shape: Shape = ButtonDefaults.shape, onClick: () -> Unit)

AppleSignInButton Composable with text that you can use in your #KMP project. This follows Apple'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 Apple", "Sign up with Apple", or "Continue with Apple".