UNPKG

@titanium/turbo

Version:

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

12 lines (10 loc) 301 B
<Alloy> <Window> <!-- just the default switch, works on all platforms --> <Switch/> <!-- switch with some platform-specific styling --> <Switch class="titles" platform="android,mobileweb"/> <!-- an android checkbox --> <Switch class="checkbox" platform="android"/> </Window> </Alloy>