Package-level declarations

Types

Link copied to clipboard
interface AppleButtonMode

Apple Sign-In Button mode

Functions

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

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

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