@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>
19 lines (15 loc) • 472 B
text/xml
<Alloy>
<Require src="requires/simple" class="leftside">
<Label>hi there</Label>
<Label>I'm on the left side</Label>
<Button onClick="alertTitle">left button</Button>
</Require>
<Require src="requires/simple" class="rightside">
<Label>hi there</Label>
<Label>I'm on the right side</Label>
<Button onClick="alertTitle">right button</Button>
</Require>
<Require src="requires/deep">
<Label color="#42282F">I'm 3 views deep</Label>
</Require>
</Alloy>