UNPKG

@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>

18 lines 537 B
<Alloy> <TabGroup> <Tab title="model"> <Window> <Label class="header" backgroundColor="{appState.color}">Model</Label> <Label id="counter" text="{appState.counter}" color="{appState.color}" onClick="updateState"/> </Window> </Tab> <Tab title="collection"> <Window> <Label class="header" backgroundColor="{appState.color}">Collection</Label> <TableView id="table" dataCollection="heroes" onClick="modifyHero"> <TableViewRow title="{name}"/> </TableView> </Window> </Tab> </TabGroup> </Alloy>