UNPKG

@titanium/turbo

Version:

Turbo is a variation of Titanium Alloy that adds some enhancements and customizations for rapid development.

7 lines 197 B
<Alloy> <View id="cover"/> <View id="dialog"> <Label id="message">You opened the dialog!</Label> <Button id="closeButton" onClick="exports.closeDialog">Close Dialog</Button> </View> </Alloy>