feat(segment): add segment component

This commit is contained in:
Brandy Carney
2017-06-30 14:40:33 -04:00
parent 77665fca7f
commit caf6dee959
8 changed files with 800 additions and 0 deletions

View File

@ -11,6 +11,7 @@ exports.config = {
{ components: ['ion-loading', 'ion-loading-controller'] },
{ components: ['ion-menu'], priority: 'low' },
{ components: ['ion-modal', 'ion-modal-controller'] },
{ components: ['ion-segment', 'ion-segment-button'] },
{ components: ['ion-slides', 'ion-slide'] },
{ components: ['ion-spinner'] },
{ components: ['ion-toggle'] }