Skip to content

hansemannn/titanium-android-tabbed-bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Use the native MaterialButtonToggleGroup API for tabbed-bars

Resources

License

Stars

Watchers

Forks

Packages

No packages published