feat(tabs): scrollable tabs

This commit is contained in:
Ross Gerbasi
2017-12-18 21:01:09 -06:00
committed by Adam Bradley
parent a881eb1b82
commit ec2bf8bfbe
15 changed files with 264 additions and 152 deletions

View File

@ -36,7 +36,7 @@ exports.config = {
{ components: ['ion-spinner'] },
{ components: ['ion-split-pane'] },
{ components: ['ion-range', 'ion-range-knob']},
{ components: ['ion-tabs', 'ion-tab', 'ion-tabbar', 'ion-tab-button', 'ion-tab-highlight'] },
{ components: ['ion-tabs', 'ion-tab', 'ion-tabbar', 'ion-tab-button'] },
{ components: ['ion-toggle'] },
{ components: ['ion-nav'] },
{ components: ['ion-toast', 'ion-toast-controller'] },