From bce63850004580372a808be89611cf74952d9f50 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Thu, 20 Jul 2017 20:30:11 -0500 Subject: [PATCH] Add tabs and grid to collections --- packages/core/stencil.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/core/stencil.config.js b/packages/core/stencil.config.js index 16d6a3f626..5b57a0550d 100644 --- a/packages/core/stencil.config.js +++ b/packages/core/stencil.config.js @@ -10,6 +10,7 @@ exports.config = { { components: ['ion-card', 'ion-card-content', 'ion-card-header', 'ion-card-title'] }, { components: ['ion-fab', 'ion-fab-button', 'ion-fab-list'] }, { components: ['ion-gesture', 'ion-scroll'], priority: 'low' }, + { components: ['ion-grid', 'ion-row', 'ion-col'] }, { components: ['ion-item', 'ion-item-divider', 'ion-item-sliding', 'ion-item-options', 'ion-item-option', 'ion-label', 'ion-list', 'ion-list-header', 'ion-skeleton-text'] }, { components: ['ion-loading', 'ion-loading-controller'] }, { components: ['ion-menu'], priority: 'low' }, @@ -18,6 +19,7 @@ exports.config = { { components: ['ion-segment', 'ion-segment-button'] }, { components: ['ion-slides', 'ion-slide'] }, { components: ['ion-spinner'] }, + { components: ['ion-tabs', 'ion-tab', 'ion-tab-bar', 'ion-tab-button', 'ion-tab-highlight'] }, { components: ['ion-toggle'] } ], preamble: '(C) Ionic http://ionicframework.com - MIT License'