feat(textarea): add textarea and interfaces for both inputs

This commit is contained in:
Brandy Carney
2017-08-08 17:05:04 -04:00
parent 487948eeb9
commit fe99d1958b
6 changed files with 567 additions and 207 deletions

View File

@ -14,7 +14,7 @@ exports.config = {
{ 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-input'] },
{ components: ['ion-input', 'ion-textarea'] },
{ components: ['ion-loading', 'ion-loading-controller'] },
{ components: ['ion-menu'], priority: 'low' },
{ components: ['ion-modal', 'ion-modal-controller'] },