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.
NativeAlertDialog(
title = "Dialog Title",
text = "Dialog body text",
btnConfirmText = "Ok",
btnDismissText = "Dismiss",
onConfirm = {},
onDismiss = {},
)