/titanium-android-tabbed-bar

Use the native MaterialButtonToggleGroup API for tabbed-bars

Primary LanguageJavaMIT LicenseMIT

Titanium Android Tabbed Bar

Use the native MaterialButtonToggleGroup API for modern tabbed bars in Titanium.

Requirements

  • Titanium SDK 9.3.0+ (because it's a material-components API)

Example

const tabbedBar = require('ti.tabbedBar').createTabbedBar({
  labels: [ 'Option 1', 'Option 2', 'Option 3' ],
  index: 1
});

License

MIT

Author

Hans Knöchel