UNPKG

@titanium/turbo

Version:

🚀 Turbo is the awesome framework for turbo charging your Titanium cross-platform native mobile app 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>