feat(list-header): redesign list header for iOS spec (#19915)

This commit is contained in:
Brandy Carney
2019-11-19 14:53:37 -05:00
committed by GitHub
parent abdaaf320b
commit 5bbb95fae1
49 changed files with 763 additions and 195 deletions

View File

@ -22,7 +22,11 @@
<ion-content>
<ion-list>
<ion-list-header>Notes Right</ion-list-header>
<ion-list-header>
<ion-label>
Notes Right
</ion-label>
</ion-list-header>
<ion-item>
<ion-label>Default Note</ion-label>
<ion-note slot="end">99</ion-note>
@ -80,7 +84,11 @@
</ion-list>
<ion-list>
<ion-list-header>Notes Left</ion-list-header>
<ion-list-header>
<ion-label>
Notes Left
</ion-label>
</ion-list-header>
<ion-item>
<ion-label>Default Note</ion-label>
<ion-note slot="start">99</ion-note>