@titanium/turbo
Version:
<p align="center"> <img src="https://cdn.secure-api.org/images/turbo-title_400.png" /><br> <a href="https://www.npmjs.com/package/@titanium/turbo"> <img src="https://img.shields.io/npm/v/@titanium/turbo.png" /> </a> </p>
8 lines • 315 B
text/xml
<Alloy>
<Window id="win">
<Require src="header" title="UI.create()"/>
<View id="container" class="container">
<Label class="content" top="10dp">Click the label below to see its style change. You can view the new style in the console output. See source code for details.</Label>
</View>
</Window>
</Alloy>