@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 (17 loc) • 420 B
text/xml
<Alloy>
<Popover title="popover" height="300" width="250">
<ContentView>
<NavigationWindow id="navWindow">
<Window>
<LeftNavButton>
<Button onClick="showAlert">left</Button>
</LeftNavButton>
<RightNavButton>
<Button onClick="showAlert">right</Button>
</RightNavButton>
<Label>I'm a popover</Label>
</Window>
</NavigationWindow>
</ContentView>
</Popover>
</Alloy>