Skip to main content

UI Components

KAppMaker comes with already built in ready to use UI components.

Native Dialog

In Android it shows AlertDialog, and in ios it shows UIAlerts. Native Dialog

NativeAlertDialog(
title = "Dialog Title",
text = "Dialog body text",
btnConfirmText = "Ok",
btnDismissText = "Dismiss",
onConfirm = {},
onDismiss = {},
)