UNPKG

@titanium/turbo

Version:

Turbo is a variation of Titanium Alloy that adds some enhancements and customizations for rapid development.

10 lines 236 B
<Alloy> <NavigationWindow> <Window title="Users"> <RightNavButton> <Button onClick="openAddUser">add user</Button> </RightNavButton> <Require src="main"/> </Window> </NavigationWindow> </Alloy>