UNPKG

@titanium/turbo

Version:

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

10 lines 266 B
<Alloy> <Window> <Label id="title">Patience Tester</Label> <View id="container"> <Label id="label"/> </View> <Slider id="slider" onChange="updateLabel"/> <Button id="testButton" onClick="testPatience">Test Patience</Button> </Window> </Alloy>